A006530 by mitchs

x=range(102)
for i in x[2:]:print x[i-1];x[i::i]=101/i*[x[i]]

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

download

return to the top page