Bitwise Sequence by leonid

a=['']*9
t=10**8
while t:t=int(`t-1`.replace(*"91"));a[t%9]+="%08d\n"%t
print''.join(a)

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

download

return to the top page