|
| |
|
|
A010539
|
|
Decimal expansion of square root of 88.
|
|
2
| |
|
|
9, 3, 8, 0, 8, 3, 1, 5, 1, 9, 6, 4, 6, 8, 5, 9, 1, 0, 9, 1, 3, 1, 2, 6, 0, 2, 2, 7, 0, 8, 8, 9, 3, 2, 5, 6, 1, 1, 7, 6, 4, 5, 6, 7, 0, 6, 8, 2, 3, 4, 7, 4, 3, 0, 7, 2, 1, 1, 4, 0, 3, 7, 8, 2, 0, 3, 4, 0, 4, 9, 2, 6, 5, 5, 0, 6, 4, 7, 9, 4, 4, 2, 9, 6, 4, 2, 3, 1, 1, 9, 2, 1, 2, 3, 0, 8, 6, 2, 7
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Continued fraction expansion is 9 followed by {2, 1, 1, 1, 2, 18} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 10 2009]
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
| 9.380831519646859109131260227088932561176456706823474307211403782034049... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 10 2009]
|
|
|
MATHEMATICA
| RealDigits[N[Sqrt[88], 200]][[1]] (* From Vladimir Joseph Stephan Orlovsky, Feb 04 2012 *)
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=sqrt(88); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010539.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 10 2009]
|
|
|
CROSSREFS
| Cf. A010160 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 10 2009]
Sequence in context: A011282 A196823 A021520 * A111971 A181045 A155166
Adjacent sequences: A010536 A010537 A010538 * A010540 A010541 A010542
|
|
|
KEYWORD
| nonn,cons,changed
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|