|
| |
|
|
A033165
|
|
First occurrence of n as a term in the continued fraction for zeta(3).
|
|
2
| |
|
|
1, 12, 25, 2, 64, 27, 17, 140, 10, 119, 21, 239, 175, 78, 181, 46, 200, 4, 83, 619, 753, 412, 177, 197, 414, 138, 146, 561, 233, 29, 2276, 1549, 660, 889, 298, 1040, 2279, 322, 1274, 1882, 345, 2926, 673, 254, 1961, 1542, 1681, 296, 5423, 2423, 2557, 228
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
|
|
|
FORMULA
| 5/2*sum(x=1, infinity, (-1)^(x-1)*(x!)^3/x^3/(2*x)!)
|
|
|
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)
|
|
|
CROSSREFS
| Cf. A032523.
Sequence in context: A058994 A138321 A198808 * A136739 A186620 A042851
Adjacent sequences: A033162 A033163 A033164 * A033166 A033167 A033168
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| More terms from Randall L. Rathbun (randallr(AT)abac.com), Feb 03 2002
|
| |
|
|