login
A040958
Continued fraction for sqrt(990).
1
31, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2, 62, 2, 6, 2
OFFSET
0,1
FORMULA
G.f.: -(31*x^4 + 2*x^3 + 6*x^2 + 2*x + 31)/((x-1)*(x+1)*(x^2+1)). - Colin Barker, Aug 11 2012
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(990)), confrac);
MATHEMATICA
ContinuedFraction[Sqrt[990], 100] (* or *)
PadRight[{31}, 100, {62, 2, 6, 2}] (* Paolo Xausa, Nov 14 2025 *)
CROSSREFS
Cf. A042916, A042917 (convergents).
Sequence in context: A040956 A051315 A040957 * A040959 A040960 A040946
KEYWORD
nonn,cofr,easy
STATUS
approved