login
A040248
Continued fraction for sqrt(265).
1
16, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1, 3, 32, 3, 1, 1, 2, 2, 1, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(265)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[265], 100] (* Harvey P. Dale, Dec 09 2014 *)
(* Alternative: *)
PadRight[{16}, 100, {32, 3, 1, 1, 2, 2, 1, 1, 3}] (* Harvey P. Dale, Dec 09 2014 *)
CROSSREFS
Sequence in context: A040255 A031323 A095838 * A080992 A040249 A099143
KEYWORD
nonn,cofr,easy,changed
STATUS
approved