login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010528 Decimal expansion of square root of 76. 5
8, 7, 1, 7, 7, 9, 7, 8, 8, 7, 0, 8, 1, 3, 4, 7, 1, 0, 4, 4, 7, 3, 9, 6, 3, 9, 6, 7, 7, 1, 9, 2, 3, 1, 3, 1, 8, 2, 7, 4, 0, 0, 7, 8, 5, 0, 4, 6, 4, 8, 8, 9, 8, 7, 3, 7, 8, 0, 6, 8, 8, 2, 7, 6, 3, 1, 9, 1, 1, 4, 6, 5, 6, 4, 0, 6, 3, 1, 6, 1, 7, 1, 3, 1, 2, 3, 1, 8, 3, 1, 1, 7, 0, 3, 8, 8, 9, 0, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 8 followed by {1, 2, 1, 1, 5, 4, 5, 1, 1, 2, 1, 16} repeated. - Harry J. Smith, Jun 09 2009
LINKS
EXAMPLE
8.717797887081347104473963967719231318274007850464889873780688276319114... - Harry J. Smith, Jun 09 2009
MATHEMATICA
RealDigits[N[76^(1/2), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 23 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=sqrt(76); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010528.txt", n, " ", d)); } \\ Harry J. Smith, Jun 09 2009
CROSSREFS
Cf. A010154 Continued fraction. - Harry J. Smith, Jun 09 2009
Sequence in context: A343965 A201768 A019814 * A016583 A124473 A011108
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)