login
A040596
Continued fraction for sqrt(621).
2
24, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11, 2, 11, 1, 48, 1, 11
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(621)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[621], 100] (* Harvey P. Dale, Jun 07 2025 *)
(* Alternative: *)
PadRight[{24}, 100, {48, 1, 11, 2, 11, 1}] (* Harvey P. Dale, Jun 07 2025 *)
CROSSREFS
Sequence in context: A040593 A040594 A040595 * A040597 A036166 A097013
KEYWORD
nonn,cofr,easy,less,changed
STATUS
approved