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