login
A040276
Continued fraction for sqrt(294).
1
17, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1, 4, 1, 6, 34, 6, 1
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(294)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[294], 100] (* Harvey P. Dale, Jun 21 2017 *)
(* Alternative: *)
PadRight[{17}, 100, {34, 6, 1, 4, 1, 6}] (* Harvey P. Dale, Jun 21 2017 *)
CROSSREFS
Sequence in context: A338559 A243933 A145965 * A166211 A386675 A086763
KEYWORD
nonn,cofr,easy
STATUS
approved