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

A040479
Continued fraction for sqrt(502).
0
22, 2, 2, 7, 14, 1, 4, 22, 4, 1, 14, 7, 2, 2, 44, 2, 2, 7, 14, 1, 4, 22, 4, 1, 14, 7, 2, 2, 44, 2, 2, 7, 14, 1, 4, 22, 4, 1, 14, 7, 2, 2, 44, 2, 2, 7, 14, 1, 4, 22, 4, 1, 14, 7, 2, 2, 44, 2, 2, 7, 14, 1, 4, 22, 4, 1, 14, 7, 2, 2, 44, 2, 2, 7, 14, 1, 4, 22, 4, 1, 14
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(502)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[502], 100] (* or *) PadRight[{22}, 100, {44, 2, 2, 7, 14, 1, 4, 22, 4, 1, 14, 7, 2, 2}] (* Harvey P. Dale, Oct 02 2017 *)
CROSSREFS
Sequence in context: A040477 A040476 A040480 * A336895 A040481 A058288
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved