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

A040622
Continued fraction for sqrt(648).
1
25, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5, 6, 5, 2, 50, 2, 5
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(648)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[648], 90] (* or *) PadRight[{25}, 90, {50, 2, 5, 6, 5, 2}] (* Harvey P. Dale, Aug 10 2012 *)
CROSSREFS
Sequence in context: A040620 A040621 A006852 * A040623 A317470 A094582
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved