login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010124 Continued fraction for sqrt(19). 2
4, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1, 3, 1, 2, 8, 2, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,20000

G. Xiao, Contfrac

Index entries for continued fractions for constants

A. J. van der Poorten, An introduction to continued fractions

FORMULA

a(n)=(1/90)*{-73*(n mod 6)+2*[(n+1) mod 6]+47*[(n+2) mod 6]-13*[(n+3) mod 6]+32*[(n+4) mod 6]+107*[(n+5) mod 6]}-4*[C(2*n,n) mod 2], with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Jun 11 2009]

EXAMPLE

4.358898943540673552236981983... = 4 + 1/(2 + 1/(1 + 1/(3 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 03 2009]

MATHEMATICA

ContinuedFraction[Sqrt[19], 300] (*From Vladimir Joseph Stephan Orlovsky, Mar 05 2011*)

PROG

(PARI) { allocatemem(932245000); default(realprecision, 17000); x=contfrac(sqrt(19)); for (n=0, 20000, write("b010124.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 03 2009]

CROSSREFS

Cf. A010475 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 03 2009]

Sequence in context: A175665 A200586 A097525 * A071406 A010311 A023528

Adjacent sequences:  A010121 A010122 A010123 * A010125 A010126 A010127

KEYWORD

nonn,cofr

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:37 EST 2012. Contains 205930 sequences.