A005836 by clock

a.=0
do n=0 to 104
x=n%2
a.n=a.x*3+n//2
say a.n
end

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

download

return to the top page