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

A040416
Continued fraction for sqrt(437).
2
20, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9, 2, 9, 1, 40, 1, 9
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(437)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[437], 90] (* or *) PadRight[{20}, 90, {40, 1, 9, 2, 9, 1}] (* Harvey P. Dale, Aug 25 2014 *)
CROSSREFS
Sequence in context: A040412 A040414 A040415 * A347691 A040417 A278414
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved