The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A010161 Continued fraction for sqrt(89). 3
9, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2, 18, 2, 3, 3, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
9.433981132056603811320660377... = 9 + 1/(2 + 1/(3 + 1/(3 + 1/(2 + ...)))). - Harry J. Smith, Jun 10 2009
MATHEMATICA
ContinuedFraction[Sqrt[89], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 10 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 25000); x=contfrac(sqrt(89)); for (n=0, 20000, write("b010161.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 10 2009
CROSSREFS
Cf. A010540 Decimal expansion. - Harry J. Smith, Jun 10 2009
Sequence in context: A182497 A199281 A291363 * A222226 A104539 A201559
KEYWORD
nonn,cofr
AUTHOR
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 May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)