The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A229352 Denominators of the ordinary convergents of continued fraction [2/1,3/2,4/3,5/4,...]. 3
1, 2, 65, 67, 132, 199, 1923, 9814, 11737, 21551, 54839, 76390, 665959, 1408308, 3482575, 11856033, 133898938, 547451785, 681350723, 1228802508, 1910153231, 3138955739, 8188064709, 19515085157, 125278575651, 144793660808, 414865897267, 559659558075 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Suppose that x(n) is a sequence of positive real numbers with divergent sum. By the Seidel Convergence Theorem, the continued fraction [x(1),x(2),x(3),...] converges.
LINKS
EXAMPLE
[2/1, 3/2, 4/3, 5/4, ...] = 2.492459746021286... The first 5 ordinary convergents are 2, 5/2, 162/65, 167/67, 329/132.
MATHEMATICA
z = 500; t = Table[(n+1)/n, {n, z}]
r = FromContinuedFraction[t]; c = Convergents[r, z];
Numerator[c] (* A229351 *)
Denominator[c] (* A229352 *)
RealDigits[r, 10, 120] (* A229353 *)
Take[Convergents[FromContinuedFraction[Table[(n+1)/n, {n, 100}]]]//Denominator, 30] (* Harvey P. Dale, Jan 31 2023 *)
CROSSREFS
Sequence in context: A339305 A337651 A287649 * A229815 A273498 A003358
KEYWORD
nonn,frac,easy
AUTHOR
Clark Kimberling, Sep 21 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 17 07:15 EDT 2024. Contains 372579 sequences. (Running on oeis4.)