Fifth Identity by feuermonster (real)

f=1:scanl(+)1 f
q s=show$f!!s*f!!(s-1)
z(c:s)=unlines$map(q.read)s
main=interact$z.lines

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

download

return to the top page