A040314 Continued fraction for sqrt(333).
18, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36, 4, 36
Offset: 0
Links
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(333)),confrac);
-
Mathematica
$MaxExtraPrecision=1000;ContinuedFraction[Sqrt[333],120] (* Harvey P. Dale, May 03 2011 *)