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!)
A010140 Continued fraction for sqrt(54). 3
7, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1, 6, 1, 2, 14, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
7.348469228349534294591852224... = 7 + 1/(2 + 1/(1 + 1/(6 + 1/(1 + ...)))). - Harry J. Smith, Jun 06 2009
MATHEMATICA
ContinuedFraction[Sqrt[54], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 07 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(sqrt(54)); for (n=0, 20000, write("b010140.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 06 2009
CROSSREFS
Cf. A010507 Decimal expansion. - Harry J. Smith, Jun 06 2009
Sequence in context: A198229 A133362 A317925 * A222067 A154020 A060991
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 21 14:18 EDT 2024. Contains 372738 sequences. (Running on oeis4.)