OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(738)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[738], 100]] (* or *) PadRight[{27}, 100, {54, 6}] (* Harvey P. Dale, Apr 24 2023 *)
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved