A040195 Continued fraction for sqrt(210).
14, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28, 2, 28
Offset: 0
Links
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(210)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[210], 100] (* or *) PadRight[{14}, 100, {28, 2}] (* Paolo Xausa, Sep 17 2024 *)