|
Search: id:A010123
|
|
|
| A010123 |
|
Continued fraction for sqrt(14). |
|
+0 2
|
|
| 3, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6, 1, 2, 1, 6
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
REFERENCES
|
Roger Penrose, "The Road to Reality, A complete guide to the Laws of the Universe", Jonathan Cape, London, 2004, page 56. [From Olivier GERARD (olivier.gerard(AT)gmail.com), May 22 2009]
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=0,...,20000
G. Xiao, Contfrac
Index entries for continued fractions for constants
|
|
FORMULA
|
a(n)=(1/6)*{-5*(n mod 4)+4*[(n+1) mod 4]+[(n+2) mod 4]+10*[(n+3) mod 4]}-3*[C(2*n,n) mod 2], with n>=0 [From Paolo P. Lava (ppl(AT)spl.at), Jun 11 2009]
|
|
EXAMPLE
|
3.741657386773941385583748732... = 3 + 1/(1 + 1/(2 + 1/(1 + 1/(6 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 02 2009]
|
|
PROGRAM
|
(PARI) { allocatemem(932245000); default(realprecision, 15000); x=contfrac(sqrt(14)); for (n=0, 20000, write("b010123.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 02 2009]
|
|
CROSSREFS
|
Cf. A010471 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 02 2009]
Sequence in context: A135261 A102774 A131918 this_sequence A039620 A008296 A140185
Adjacent sequences: A010120 A010121 A010122 this_sequence A010124 A010125 A010126
|
|
KEYWORD
|
nonn,cofr
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|