Output Sequence by hallvabo (alt)

_=['']*15
i=n=0
exec'j=i;n+=1;i=n/3-n/5;_[i]=_[i].ljust(len(_[j]))+`n`;'*100
print'\n'.join(_)

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

download

return to the top page