login
A040881
Continued fraction for sqrt(912).
1
30, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60, 5, 60
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(912)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[912], 100]] (* Harvey P. Dale, Oct 12 2016 *)
(* Alternative: *)
PadRight[{30}, 120, {60, 5}] (* Harvey P. Dale, Oct 12 2016 *)
CROSSREFS
Sequence in context: A055517 A040884 A040880 * A255865 A299195 A040878
KEYWORD
nonn,cofr,easy
STATUS
approved