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”).

A010544
Decimal expansion of square root of 93.
9
9, 6, 4, 3, 6, 5, 0, 7, 6, 0, 9, 9, 2, 9, 5, 4, 9, 9, 5, 7, 6, 0, 0, 3, 1, 0, 4, 7, 4, 3, 2, 6, 6, 3, 1, 8, 3, 9, 0, 6, 9, 0, 3, 6, 9, 3, 0, 6, 3, 2, 5, 2, 4, 0, 7, 3, 0, 0, 1, 7, 6, 8, 8, 7, 7, 3, 1, 2, 8, 6, 4, 1, 8, 6, 6, 8, 6, 4, 9, 7, 2, 2, 9, 0, 0, 0, 5, 4, 7, 0, 9, 2, 9, 3, 6, 0, 8, 5, 9
OFFSET
1,1
COMMENTS
Continued fraction expansion is 9 followed by {1, 1, 1, 4, 6, 4, 1, 1, 1, 18} repeated. - Harry J. Smith, Jun 11 2009
EXAMPLE
9.643650760992954995760031047432663183906903693063252407300176887731286...
MATHEMATICA
RealDigits[N[93^(1/2), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 24 2012 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(93); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010544.txt", n, " ", d)); \\ Harry J. Smith, Jun 11 2009
CROSSREFS
Cf. A010164 (continued fraction).
Sequence in context: A331550 A253267 A309070 * A343308 A198869 A094130
KEYWORD
nonn,cons
STATUS
approved