|
| |
|
|
A010153
|
|
Continued fraction for sqrt(75) (or 5*sqrt(5)).
|
|
2
| |
|
|
8, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16, 1, 1, 1, 16
(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/24)*{-71*(n mod 4)+19*[(n+1) mod 4]+19*[(n+2) mod 4]+109*[(n+3) mod 4]}-8*[C(2*n,n) mod 2], with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Jul 24 2009]
|
|
|
EXAMPLE
| 8.66025403784438646763723170... = 8 + 1/(1 + 1/(1 + 1/(1 + 1/(16 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 02 2009]
|
|
|
MATHEMATICA
| ContinuedFraction[Sqrt[75], 300] (*From Vladimir Joseph Stephan Orlovsky, Mar 08 2011*)
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 18000); x=contfrac(sqrt(75)); for (n=0, 20000, write("b010153.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 02 2009]
|
|
|
CROSSREFS
| Cf. A010527.
Sequence in context: A011264 A066341 A181064 * A133421 A128881 A154015
Adjacent sequences: A010150 A010151 A010152 * A010154 A010155 A010156
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|