The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A010505 Decimal expansion of square root of 52. 5
7, 2, 1, 1, 1, 0, 2, 5, 5, 0, 9, 2, 7, 9, 7, 8, 5, 8, 6, 2, 3, 8, 4, 4, 2, 5, 3, 4, 9, 4, 0, 9, 9, 1, 8, 9, 2, 5, 0, 2, 5, 9, 3, 1, 4, 7, 6, 9, 0, 4, 9, 2, 4, 2, 5, 4, 2, 0, 9, 0, 6, 1, 1, 2, 4, 5, 4, 3, 3, 3, 8, 9, 6, 5, 8, 6, 0, 2, 0, 8, 9, 0, 4, 0, 9, 2, 3, 8, 1, 6, 4, 0, 3, 6, 9, 8, 1, 4, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 7 followed by {4, 1, 2, 1, 4, 14} repeated. - Harry J. Smith, Jun 06 2009
LINKS
EXAMPLE
7.211102550927978586238442534940991892502593147690492425420906112454333... - Harry J. Smith, Jun 06 2009
MATHEMATICA
RealDigits[N[Sqrt[52], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 24 2011 *)
PROG
(PARI) { default(realprecision, 20080); x=sqrt(52); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010505.txt", n, " ", d)); } \\ Harry J. Smith, Jun 06 2009
CROSSREFS
Cf. A010138 Continued fraction. - Harry J. Smith, Jun 06 2009
Sequence in context: A351480 A153589 A340617 * A363360 A020844 A001204
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 May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)