login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060804 Continued fraction for 2*zeta(3). 6
2, 2, 2, 9, 3, 10, 1, 4, 18, 1, 3, 5, 3, 1, 3, 3, 1, 1, 5, 3, 8, 1, 2, 1, 62, 1, 1, 1, 3, 2, 2, 1, 1, 5, 3, 1, 8, 2, 2, 34, 7, 1, 1, 5, 1, 2, 3, 3, 14, 9, 214, 11, 8, 23, 1, 8, 2, 10, 2, 2, 2, 1, 1, 6, 1, 8, 2, 1, 9, 2, 1, 11, 1, 3, 3, 4, 1, 28, 6, 1, 28, 1, 15, 1, 1, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Y. V. Nesterenko, Some remarks on zeta(3), Mathematical Notes, 59 (No. 6, 1996), 625-636.
LINKS
EXAMPLE
2.404113806319188570799476323... = 2 + 1/(2 + 1/(2 + 1/(9 + 1/(3 + ...)))). - Harry J. Smith, Jul 12 2009
MAPLE
Digits := 100: t1 := evalf(2*Zeta(3)); convert(t1, confrac);
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(2*zeta(3)); for (n=1, 20000, write("b060804.txt", n, " ", x[n])); } \\ Harry J. Smith, Jul 12 2009
CROSSREFS
Cf. A152648 Decimal expansion. - Harry J. Smith, Jul 12 2009
Sequence in context: A138056 A340080 A022459 * A086364 A260662 A228044
KEYWORD
nonn,cofr
AUTHOR
N. J. A. Sloane, Apr 29 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)