A006520 by fizzie

import Data.Bits
main=mapM print$scanl1(+)$map(\x->x.&.(-x))[1..500::Int]

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

download

return to the top page