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!)
A010491 Decimal expansion of square root of 37. 10
6, 0, 8, 2, 7, 6, 2, 5, 3, 0, 2, 9, 8, 2, 1, 9, 6, 8, 8, 9, 9, 9, 6, 8, 4, 2, 4, 5, 2, 0, 2, 0, 6, 7, 0, 6, 2, 0, 8, 4, 9, 7, 0, 0, 9, 4, 7, 8, 6, 4, 1, 1, 1, 8, 6, 4, 1, 9, 1, 5, 3, 0, 4, 6, 4, 8, 6, 3, 3, 2, 7, 2, 5, 3, 1, 8, 9, 1, 0, 2, 3, 9, 8, 0, 3, 0, 6, 6, 4, 2, 7, 9, 5, 7, 8, 4, 8, 6, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion is 6 followed by {12} repeated. - Harry J. Smith, Jun 04 2009
LINKS
EXAMPLE
6.082762530298219688999684245202067062084970094786411186419153046486332....
MATHEMATICA
RealDigits[N[Sqrt[37], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 24 2011 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(37); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010491.txt", n, " ", d)); \\ Harry J. Smith, Jun 04 2009
CROSSREFS
Cf. A040030 (continued fraction).
Sequence in context: A244812 A083680 A271869 * A257095 A159845 A085609
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.)