A006530 by teebee

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

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

download

return to the top page