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

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

1,1

COMMENTS

Continued fraction expansion is 7 followed by {1, 2, 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.745966692414833770358530799564799221665843410583181653175147532226966... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 07 2009]

MATHEMATICA

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

PROG

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

CROSSREFS

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

Sequence in context: A086315 A185577 A201517 * A081824 A199083 A053011

Adjacent sequences:  A010510 A010511 A010512 * A010514 A010515 A010516

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 21:51 EST 2012. Contains 205978 sequences.