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

A040187
Continued fraction for sqrt(202).
1
14, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1, 2, 2, 1, 4, 28, 4, 1
OFFSET
0,1
FORMULA
a(n) = a(n-7). - Wesley Ivan Hurt, Apr 26 2021
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(202)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[202], 100] (* Paolo Xausa, Sep 17 2024 *)
CROSSREFS
Cf. A041374, A041375 (convergents).
Sequence in context: A060782 A182431 A182440 * A358890 A164811 A018813
KEYWORD
nonn,cofr,easy
STATUS
approved