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

A040433
Continued fraction for sqrt(455).
1
21, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(455)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[455], 100] (* or *) PadRight[{21}, 100, {42, 3}] (* Harvey P. Dale, Nov 03 2015 *)
CROSSREFS
Sequence in context: A040432 A035419 A218249 * A317321 A080472 A118389
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved