A005836 by pooq

for n=0to 104a=0
for i=0to 9a=a+3^i*mod(int(n/2^i),2)next
?a
next

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

download

return to the top page