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

A040440
Continued fraction for sqrt(462).
1
21, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42, 2, 42
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(462)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[462], 120]] (* Harvey P. Dale, Feb 03 2022 *)
CROSSREFS
Sequence in context: A174429 A108718 A083122 * A040431 A040430 A040432
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved