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

A040577
Continued fraction for sqrt(602).
1
24, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(602)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[602], 100] (* or *) PadRight[{24}, 100, {48, 1, 1, 6, 1, 1}] (* Harvey P. Dale, Mar 26 2015 *)
CROSSREFS
Sequence in context: A040579 A040580 A040578 * A040576 A176082 A022187
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved