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!)
A010128 Continued fraction for sqrt(29). 4
5, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10, 2, 1, 1, 2, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
5.385164807134504031250710491... = 5 + 1/(2 + 1/(1 + 1/(1 + 1/(2 + ...)))). - Harry J. Smith, Jun 04 2009
MATHEMATICA
ContinuedFraction[Sqrt[29], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 06 2011 *)
PadRight[{5}, 120, {10, 2, 1, 1, 2}] (* Harvey P. Dale, Apr 18 2017 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 18000); x=contfrac(sqrt(29)); for (n=0, 20000, write("b010128.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 04 2009
CROSSREFS
Cf. A010484 (Decimal expansion). - Harry J. Smith, Jun 04 2009
Sequence in context: A263007 A104714 A085119 * A348993 A180133 A197419
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)