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

A040194
Continued fraction for sqrt(209).
1
14, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2, 28, 2, 5, 3, 2, 3, 5, 2
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(209)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[209], 90] (* or *) PadRight[{14}, 90, {28, 2, 5, 3, 2, 3, 5, 2}] (* Harvey P. Dale, Dec 13 2013 *)
CROSSREFS
Sequence in context: A040193 A064972 A064432 * A107834 A070701 A067740
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved