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

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

1,1

COMMENTS

Continued fraction expansion is 9 followed by {3, 18} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 10 2009]

LINKS

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

EXAMPLE

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

MATHEMATICA

RealDigits[N[87^(1/2), 200]][[1]] (* From Vladimir Joseph Stephan Orlovsky, Jan 23 2012 *)

PROG

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

CROSSREFS

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

Sequence in context: A019941 A200624 A105171 * A019721 A201320 A193015

Adjacent sequences:  A010535 A010536 A010537 * A010539 A010540 A010541

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 19:23 EST 2012. Contains 205945 sequences.