|
| |
|
|
A010144
|
|
Continued fraction for sqrt(59).
|
|
3
| |
|
|
7, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2, 7, 2, 1, 14, 1, 2
(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/15)*{-28*(n mod 6)+7*[(n+1) mod 6]+17*[(n+2) mod 6]-8*[(n+3) mod 6]+2*[(n+4) mod 6]+37*[(n+5) mod 6]}-7*[C(2*n,n) mod 2], with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Jul 24 2009]
|
|
|
EXAMPLE
| 7.681145747868608175769687021... = 7 + 1/(1 + 1/(2 + 1/(7 + 1/(2 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 07 2009]
|
|
|
MATHEMATICA
| ContinuedFraction[Sqrt[59], 300] (*From Vladimir Joseph Stephan Orlovsky, Mar 07 2011*)
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(sqrt(59)); for (n=0, 20000, write("b010144.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 07 2009]
|
|
|
CROSSREFS
| Cf. A010512 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 07 2009]
Sequence in context: A199782 A147708 A155773 * A195409 A119506 A130875
Adjacent sequences: A010141 A010142 A010143 * A010145 A010146 A010147
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|