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!)
A010486 Decimal expansion of square root of 31. 7
5, 5, 6, 7, 7, 6, 4, 3, 6, 2, 8, 3, 0, 0, 2, 1, 9, 2, 2, 1, 1, 9, 4, 7, 1, 2, 9, 8, 9, 1, 8, 5, 4, 9, 5, 2, 0, 4, 7, 6, 3, 9, 3, 3, 7, 7, 5, 7, 0, 4, 1, 4, 3, 0, 3, 9, 6, 8, 4, 3, 2, 5, 8, 5, 6, 0, 3, 5, 8, 9, 8, 3, 9, 2, 5, 4, 2, 3, 6, 2, 9, 2, 9, 2, 7, 2, 1, 8, 3, 9, 6, 1, 8, 4, 9, 2, 6, 6, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 5 followed by {1, 1, 3, 5, 3, 1, 1, 10} repeated. - Harry J. Smith, Jun 04 2009
LINKS
EXAMPLE
5.567764362830021922119471298918549520476393377570414303968432585603589....
MATHEMATICA
RealDigits[N[Sqrt[31], 100]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 22 2011 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(31); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010486.txt", n, " ", d)); \\ Harry J. Smith, Jun 04 2009
CROSSREFS
Cf. A010129 (continued fraction). - Harry J. Smith, Jun 04 2009
Sequence in context: A106746 A152481 A157276 * A298185 A329082 A111423
KEYWORD
nonn,cons,easy
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)