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

A040195
Continued fraction for sqrt(210).
2
14, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(210)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[210], 100] (* or *)
PadRight[{14}, 100, {28, 2}] (* Paolo Xausa, Sep 17 2024 *)
CROSSREFS
Cf. A176441 (decimal expansion), A041390, A041391 (convergents).
Sequence in context: A070701 A067740 A037923 * A335701 A377037 A303380
KEYWORD
nonn,cofr,easy
STATUS
approved