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

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

1,1

COMMENTS

Continued fraction expansion is 7 followed by {1, 1, 1, 1, 1, 1, 14} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 07 2009]

LINKS

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

EXAMPLE

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

MATHEMATICA

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

PROG

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

CROSSREFS

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

Sequence in context: A094123 A132799 A154580 * A073744 A112253 A112252

Adjacent sequences:  A010508 A010509 A010510 * A010512 A010513 A010514

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 16 09:00 EST 2012. Contains 205904 sequences.