|
| |
|
|
A010545
|
|
Decimal expansion of square root of 94.
|
|
2
| |
|
|
9, 6, 9, 5, 3, 5, 9, 7, 1, 4, 8, 3, 2, 6, 5, 8, 0, 2, 8, 1, 4, 8, 8, 8, 1, 1, 5, 0, 8, 4, 5, 3, 1, 3, 3, 9, 3, 6, 5, 2, 1, 5, 0, 9, 8, 7, 9, 5, 4, 6, 7, 9, 5, 9, 0, 5, 3, 9, 7, 1, 7, 4, 8, 6, 2, 3, 3, 0, 3, 9, 8, 6, 7, 5, 7, 3, 3, 0, 0, 7, 2, 8, 4, 8, 3, 2, 5, 8, 6, 7, 8, 4, 7, 6, 9, 1, 7, 4, 9
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Continued fraction expansion is 9 followed by {1, 2, 3, 1, 1, 5, 1, 8, 1, 5, 1, 1, 3, 2, 1, 18} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 11 2009]
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
| 9.695359714832658028148881150845313393652150987954679590539717486233039... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 11 2009]
|
|
|
MATHEMATICA
| RealDigits[N[Sqrt[94], 200]][[1]] (* From Vladimir Joseph Stephan Orlovsky, Feb 04 2012 *)
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=sqrt(94); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010545.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 11 2009]
|
|
|
CROSSREFS
| Cf. A010165 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 11 2009]
Sequence in context: A155533 A083281 A019711 * A197506 A019790 A146486
Adjacent sequences: A010542 A010543 A010544 * A010546 A010547 A010548
|
|
|
KEYWORD
| nonn,cons,changed
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|