login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
1,1
COMMENTS
Continued fraction expansion is 6 followed by {12} repeated. - Harry J. Smith, Jun 04 2009
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
STATUS
approved