|
| |
|
|
A010504
|
|
Decimal expansion of square root of 51.
|
|
3
| |
|
|
7, 1, 4, 1, 4, 2, 8, 4, 2, 8, 5, 4, 2, 8, 4, 9, 9, 9, 7, 9, 9, 9, 3, 9, 9, 8, 1, 1, 3, 6, 7, 2, 6, 5, 2, 7, 8, 7, 6, 6, 1, 7, 1, 1, 5, 9, 9, 0, 2, 7, 3, 3, 8, 3, 3, 2, 0, 8, 4, 3, 0, 8, 8, 2, 7, 6, 5, 8, 2, 0, 4, 0, 6, 4, 4, 0, 0, 2, 1, 8, 8, 6, 2, 5, 8, 9, 8, 8, 2, 1, 3, 5, 3, 2, 8, 2, 0, 4, 1
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Continued fraction expansion is 7 followed by {7, 14} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 06 2009]
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
| 7.141428428542849997999399811367265278766171159902733833208430882765820... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 06 2009]
|
|
|
MATHEMATICA
| RealDigits[N[Sqrt[51], 200]][[1]] (*From Vladimir Joseph Stephan Orlovsky, Feb 24 2011*)
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=sqrt(51); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010504.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 06 2009]
|
|
|
CROSSREFS
| Cf. A040043 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 06 2009]
Sequence in context: A104621 A176439 A048834 * A011450 A183031 A021018
Adjacent sequences: A010501 A010502 A010503 * A010505 A010506 A010507
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|