OFFSET
1,1
REFERENCES
S. R. Finch, Mathematical Constants, Cambridge, 2003, pp. 53-59.
LINKS
Simon Plouffe, Table of n, a(n) for n = 1..212
Steven R. Finch, Catalan's Constant [Broken link]
Steven R. Finch, Catalan's Constant [From the Wayback machine]
Oleg Marichev, Jonathan Sondow, and Eric W. Weisstein, Catalan's Constant, MathWorld.
Eric Weisstein's World of Mathematics, Engel Expansion
MATHEMATICA
EngelExp[A_, n_]:=Join[Array[1&, Floor[A]], First@Transpose@NestList[{Ceiling[1/Expand[ #[[1]]#[[2]]-1]], Expand[ #[[1]]#[[2]]-1]}&, {Ceiling[1/(A-Floor[A])], A-Floor[A]}, n-1]]; EngelExp[N[Catalan, 7! ], 50] (* Vladimir Joseph Stephan Orlovsky, Jun 08 2009 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeppe Stig Nielsen, Apr 09 2000
STATUS
approved