Subfactorial FIXED by xulapp

(do((a 0 b)(b 1(*(+ b a)i))(i 0(1+ i)))((< 50 i))(format t"~D
"b))

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

download

return to the top page