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

A040575
Continued fraction for sqrt(600).
1
24, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48, 2, 48
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(600)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[600], 120]] (* or *) PadRight[{24}, 120, {48, 2}] (* Harvey P. Dale, Nov 24 2018 *)
CROSSREFS
Sequence in context: A267569 A040573 A040574 * A184885 A159540 A040564
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved