A005836 by hallvabo

r=range(105)
for i in r:print sum(3**j*(i>>j&1)for j in r)

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

download

return to the top page