A040600 Continued fraction for sqrt(626).
25, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50
Offset: 0
Examples
25 + 1/(50 + 1/(50 + 1/(50 + 1/(50 + ...)))) = sqrt(626).
Links
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(626)),confrac);
Formula
From Elmo R. Oliveira, Feb 15 2024: (Start)
a(n) = 50 for >= 1.
G.f.: 25*(1+x)/(1-x).
E.g.f.: 50*exp(x) - 25.