Recursive Function by teebee

enum F{F;java.math.BigInteger x,a=x.ZERO,b=x.ONE,c=a;int i;{for(;i++<35;c=a.multiply(b=c).add(x.ONE),a=x)x=b;System.out.print(c);}}

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

download

return to the top page