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

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

1,1

COMMENTS

Continued fraction expansion is 8 followed by {1, 1, 5, 5, 1, 1, 16} repeated. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 08 2009]

LINKS

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

EXAMPLE

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

MATHEMATICA

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

PROG

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

CROSSREFS

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

Sequence in context: A134973 A030437 A200290 * A190184 A198824 A021121

Adjacent sequences:  A010522 A010523 A010524 * A010526 A010527 A010528

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 15 17:13 EST 2012. Contains 205828 sequences.