login
A040890
Continued fraction for sqrt(921).
1
30, 2, 1, 6, 1, 11, 3, 1, 2, 2, 3, 1, 1, 1, 1, 1, 8, 20, 8, 1, 1, 1, 1, 1, 3, 2, 2, 1, 3, 11, 1, 6, 1, 2, 60, 2, 1, 6, 1, 11, 3, 1, 2, 2, 3, 1, 1, 1, 1, 1, 8, 20, 8, 1, 1, 1, 1, 1, 3, 2, 2, 1, 3, 11, 1, 6, 1, 2, 60, 2, 1, 6, 1, 11, 3, 1, 2, 2, 3, 1, 1, 1, 1, 1, 8, 20, 8, 1, 1
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(921)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[921], 120] (* Harvey P. Dale, Oct 05 2019 *)
(* Alternative: *)
PadRight[{30}, 120, {60, 2, 1, 6, 1, 11, 3, 1, 2, 2, 3, 1, 1, 1, 1, 1, 8, 20, 8, 1, 1, 1, 1, 1, 3, 2, 2, 1, 3, 11, 1, 6, 1, 2}] (* Harvey P. Dale, Oct 05 2019 *)
CROSSREFS
Sequence in context: A040892 A040893 A040891 * A040894 A037931 A040895
KEYWORD
nonn,cofr,easy,changed
STATUS
approved