Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A040651
Continued fraction for sqrt(678).
1
26, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52, 26, 52
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(678)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[678], 100]] (* or *) PadRight[{26}, 120, {52, 26}] (* Harvey P. Dale, Jul 08 2018 *)
CROSSREFS
Sequence in context: A010865 A214482 A003900 * A022360 A246031 A165847
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved