login
A040884
Continued fraction for sqrt(915).
1
30, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60, 4, 60
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(915)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[915], 100]] (* or *) PadRight[{30}, 120, {60, 4}] (* Harvey P. Dale, Jun 05 2019 *)
CROSSREFS
Sequence in context: A040882 A040883 A055517 * A040880 A040881 A255865
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved