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!)
A010526 Decimal expansion of square root of 74. 5
8, 6, 0, 2, 3, 2, 5, 2, 6, 7, 0, 4, 2, 6, 2, 6, 7, 7, 1, 7, 2, 9, 4, 7, 3, 5, 3, 5, 0, 4, 9, 7, 1, 3, 6, 3, 2, 0, 2, 7, 5, 3, 5, 5, 5, 7, 2, 9, 0, 7, 3, 5, 6, 1, 9, 5, 0, 8, 0, 4, 5, 6, 4, 1, 2, 3, 7, 4, 2, 6, 9, 3, 4, 6, 6, 3, 0, 1, 7, 0, 1, 2, 7, 8, 3, 3, 3, 0, 8, 9, 0, 6, 9, 8, 9, 6, 2, 0, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 8 followed by {1, 1, 1, 1, 16} repeated. - Harry J. Smith, Jun 09 2009
LINKS
EXAMPLE
8.602325267042626771729473535049713632027535557290735619508045641237426... - Harry J. Smith, Jun 09 2009
MATHEMATICA
RealDigits[N[74^(1/2), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 23 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=sqrt(74); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010526.txt", n, " ", d)); } \\ Harry J. Smith, Jun 09 2009
CROSSREFS
Cf. A010152 Continued fraction. - Harry J. Smith, Jun 09 2009
Sequence in context: A010118 A226317 A100121 * A199473 A153617 A069855
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)