login
A040704
Continued fraction for sqrt(732).
1
27, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54, 18, 54
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(732)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[732], 100]] (* or *) PadRight[{27}, 100, {54, 18}] (* Harvey P. Dale, Aug 08 2019 *)
CROSSREFS
Sequence in context: A169733 A105325 A277270 * A366673 A182141 A346384
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved