login
A040266
Continued fraction for sqrt(283).
0
16, 1, 4, 1, 1, 1, 3, 10, 1, 15, 1, 10, 3, 1, 1, 1, 4, 1, 32, 1, 4, 1, 1, 1, 3, 10, 1, 15, 1, 10, 3, 1, 1, 1, 4, 1, 32, 1, 4, 1, 1, 1, 3, 10, 1, 15, 1, 10, 3, 1, 1, 1, 4, 1, 32, 1, 4, 1, 1, 1, 3, 10, 1, 15, 1, 10, 3, 1, 1, 1, 4, 1, 32, 1, 4, 1, 1, 1, 3, 10, 1, 15, 1, 10
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(283)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[283], 120] (* Harvey P. Dale, Dec 25 2011 *)
(* Alternative: *)
With[{cf=ContinuedFraction[ Sqrt[283]]}, Join[{First[cf]}, PadRight[{}, 5Length[Last[cf]], Last[cf]]]] (* Harvey P. Dale, Dec 25 2011 *)
CROSSREFS
Sequence in context: A040261 A040265 A040264 * A103922 A040267 A363917
KEYWORD
nonn,cofr,easy,changed
STATUS
approved