Output Sequence by leonid

n=0
s=''
a=[s]*15
exec"n+=1;y=n/3-n/5;s=a[y]=a[y].ljust(len(s))+`n`;"*100
print'\n'.join(a)

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

download

return to the top page