login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010477 Decimal expansion of square root of 21. 9
4, 5, 8, 2, 5, 7, 5, 6, 9, 4, 9, 5, 5, 8, 4, 0, 0, 0, 6, 5, 8, 8, 0, 4, 7, 1, 9, 3, 7, 2, 8, 0, 0, 8, 4, 8, 8, 9, 8, 4, 4, 5, 6, 5, 7, 6, 7, 6, 7, 9, 7, 1, 9, 0, 2, 6, 0, 7, 2, 4, 2, 1, 2, 3, 9, 0, 6, 8, 6, 8, 4, 2, 5, 5, 4, 7, 7, 7, 0, 8, 8, 6, 6, 0, 4, 3, 6, 1, 5, 5, 9, 4, 9, 3, 4, 4, 5, 0, 3 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Continued fraction expansion is 4 followed by {1, 1, 2, 1, 1, 8} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 03 2009]

LINKS

Harry J. Smith, Table of n, a(n) for n = 1..20000

Frankfurter Allgemeine Zeitung, Feb 09 2011 (in German)

EXAMPLE

4.582575694955840006588047193728008488984456576767971902607242123906868...

MATHEMATICA

RealDigits[N[Sqrt[21], 200]][[1]] (*From Vladimir Joseph Stephan Orlovsky, Feb 22 2011*)

PROG

(PARI) { default(realprecision, 20080); x=sqrt(21); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010477.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 03 2009]

CROSSREFS

Cf. A010125 (continued fraction).

Sequence in context: A082468 A152974 A180307 * A195386 A143717 A155921

Adjacent sequences:  A010474 A010475 A010476 * A010478 A010479 A010480

KEYWORD

nonn,cons

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:38 EST 2012. Contains 206021 sequences.