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!)
A058284 Continued fraction for Pi^2. 2
9, 1, 6, 1, 2, 47, 1, 8, 1, 1, 2, 2, 1, 1, 8, 3, 1, 10, 5, 1, 3, 1, 2, 1, 1, 3, 15, 1, 1, 2, 2, 1, 3, 2, 7, 1, 9, 18, 30, 2, 145, 1, 1, 17, 9, 1, 1, 1, 1, 7, 12, 1, 2, 1, 12, 1, 1, 4, 1, 5, 1, 1, 2, 3, 4, 1, 3, 2, 9, 1, 20, 11, 14, 3, 1, 1, 7, 1, 1, 1, 1, 2, 268, 2, 1, 25, 3, 8, 1, 6, 1, 1, 22, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
9.869604401089358618834490999... = 9 + 1/(1 + 1/(6 + 1/(1 + 1/(2 + ...)))). - Harry J. Smith, May 31 2009
MATHEMATICA
ContinuedFraction[ Pi^2, 100]
PROG
(PARI) contfrac(Pi^2)
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^2); for (n=0, 20000, write("b058284.txt", n, " ", x[n+1])); } \\ Harry J. Smith, May 31 2009
CROSSREFS
Cf. A002388 Decimal expansion. - Harry J. Smith, May 31 2009
Sequence in context: A198879 A161321 A090656 * A198361 A229156 A016579
KEYWORD
cofr,nonn,easy
AUTHOR
Robert G. Wilson v, Dec 07 2000
EXTENSIONS
More terms from Jason Earls, Jul 11 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 June 28 00:57 EDT 2024. Contains 373761 sequences. (Running on oeis4.)