OFFSET
1,2
COMMENTS
Incorrectly indexed version of A229057.
LINKS
Eric Weisstein's World of Mathematics, Apery's Constant Continued Fraction
FORMULA
a(n) = 1 + A229057(n).
MATHEMATICA
With[{cfz3 = ContinuedFraction[Zeta[3], 6000]}, Flatten[Table[Position[cfz3, n, 1, 1], {n, 60}]]] (* Harvey P. Dale, Nov 11 2012 *)
PROG
(PARI) /* 1500 precision digits */ v=contfrac(zeta(3)); a(n)=if(n<0, 0, s=1; while(abs(n-component(v, s))>0, s++); s)
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Randall L Rathbun, Feb 03 2002
STATUS
approved