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

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

1,1

COMMENTS

Continued fraction expansion is 4 followed by {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

EXAMPLE

4.898979485566356196394568149411782783931894961313340256865385134501920... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 03 2009]

MATHEMATICA

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

PROG

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

CROSSREFS

Cf. A040019 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 03 2009]

Cf. A090654.

Sequence in context: A108616 A200634 A154177 * A087021 A163409 A189207

Adjacent sequences:  A010477 A010478 A010479 * A010481 A010482 A010483

KEYWORD

nonn,cons

AUTHOR

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

EXTENSIONS

Final digits of sequence corrected using the b-file. - N. J. A. Sloane, Aug 30 2009

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 03:30 EST 2012. Contains 205978 sequences.