Table of divisors by pooq

pull n
do i=1 to n
a=
do j=1 to i
if i//j=0 then a=a" "j
end
say i":"strip(a)
end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page