|
| |
|
|
A010141
|
|
Continued fraction for sqrt(55).
|
|
3
| |
|
|
7, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14, 2, 2, 2, 14
(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
|
|
|
FORMULA
| a(n)=(1/6)*{-13*(n mod 4)+5*[(n+1) mod 4]+5*[(n+2) mod 4]+23*[(n+3) mod 4]}-7*[C(2*n,n) mod 2], with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Jul 23 2009]
|
|
|
EXAMPLE
| 7.41619848709566294871139744... = 7 + 1/(2 + 1/(2 + 1/(2 + 1/(14 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 06 2009]
|
|
|
MATHEMATICA
| ContinuedFraction[Sqrt[55], 300] (*From Vladimir Joseph Stephan Orlovsky, Mar 07 2011*)
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 23000); x=contfrac(sqrt(55)); for (n=0, 20000, write("b010141.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 06 2009]
|
|
|
CROSSREFS
| Cf. A010508 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 06 2009]
Sequence in context: A198415 A195723 A138996 * A199370 A154759 A163981
Adjacent sequences: A010138 A010139 A010140 * A010142 A010143 A010144
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|