login
A040678
Continued fraction for sqrt(705).
2
26, 1, 1, 4, 3, 10, 3, 4, 1, 1, 52, 1, 1, 4, 3, 10, 3, 4, 1, 1, 52, 1, 1, 4, 3, 10, 3, 4, 1, 1, 52, 1, 1, 4, 3, 10, 3, 4, 1, 1, 52, 1, 1, 4, 3, 10, 3, 4, 1, 1, 52, 1, 1, 4, 3, 10, 3, 4, 1, 1, 52, 1, 1, 4, 3, 10, 3, 4, 1, 1, 52, 1, 1, 4, 3, 10, 3, 4, 1, 1, 52, 1, 1, 4, 3
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(705)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[705], 100] (* Harvey P. Dale, Apr 02 2025 *)
(* Alternative: *)
PadRight[{26}, 100, {52, 1, 1, 4, 3, 10, 3, 4, 1, 1}] (* Harvey P. Dale, Apr 02 2025 *)
CROSSREFS
Sequence in context: A050450 A040680 A040679 * A040677 A040676 A225532
KEYWORD
nonn,cofr,easy,changed
STATUS
approved