login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A040650
Continued fraction for sqrt(677).
5
26, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52
OFFSET
0,1
FORMULA
From Elmo R. Oliveira, Feb 15 2024: (Start)
a(n) = 52 for n >= 1.
G.f.: 26*(1+x)/(1-x).
E.g.f.: 52*exp(x) - 26.
a(n) = 26*A040000(n) = 13*A040002(n) = 2*A040156(n). (End)
EXAMPLE
26 + 1/(52 + 1/(52 + 1/(52 + 1/(52 + ...)))) = sqrt(677).
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(677)), confrac);
CROSSREFS
Cf. A042300/A042301 (convergents).
Sequence in context: A249912 A267039 A122999 * A252994 A288162 A352346
KEYWORD
nonn,cofr,easy
STATUS
approved