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

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

1,1

COMMENTS

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

MATHEMATICA

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

PROG

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

CROSSREFS

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

Sequence in context: A154399 A195483 A093070 * A173201 A019740 A188738

Adjacent sequences:  A010530 A010531 A010532 * A010534 A010535 A010536

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 15 23:53 EST 2012. Contains 205860 sequences.