|
| |
|
|
A010148
|
|
Continued fraction for sqrt(69).
|
|
3
| |
|
|
8, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 1, 3, 3, 16, 3, 3, 1, 4, 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/112)*{-165*(n mod 8)+17*[(n+1) mod 8]-11*[(n+2) mod 8]+59*[(n+3) mod 8]-25*[(n+4) mod 8]+45*[(n+5) mod 8]+17*[(n+6) mod 8]+199*[(n+7) mod 8]}-8*[C(2*n,n) mod 2], with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Jul 24 2009]
|
|
|
EXAMPLE
| 8.306623862918074852584262744... = 8 + 1/(3 + 1/(3 + 1/(1 + 1/(4 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 08 2009]
|
|
|
MATHEMATICA
| ContinuedFraction[Sqrt[69], 300] (*From Vladimir Joseph Stephan Orlovsky, Mar 08 2011*)
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 22000); x=contfrac(sqrt(69)); for (n=0, 20000, write("b010148.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 08 2009]
|
|
|
CROSSREFS
| Cf. A010521 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 08 2009]
Sequence in context: A100863 A021986 A197729 * A168356 A021016 A200230
Adjacent sequences: A010145 A010146 A010147 * A010149 A010150 A010151
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|