cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A074631 a(n) is the smallest k such that the sum of the first k terms of the composite-harmonic series, Sum_{j=1..k} 1/(j-th composite), is > n.

Original entry on oeis.org

9, 44, 168, 587, 1940, 6192, 19285, 59010, 178122, 531923, 1574706, 4628338, 13521477, 39299115, 113712434, 327752962, 941457955, 2696114317, 7700146599, 21938239766
Offset: 1

Views

Author

Labos Elemer, Aug 27 2002

Keywords

Examples

			1/4 + 1/6 + 1/8 + 1/9 + 1/10 + 1/12 + 1/14 + 1/15 + 1/16 = 1045/1008, but if 1/16 is not present, the sum is less than 1; 16 is the ninth composite number, so a(1) = 9.
		

Crossrefs

Programs

Formula

a(n) = Min { k : Sum_{j=1..k} 1/A002808(j) > n }.
Limit_{n->oo} a(n+1)/a(n) = e. - Robert G. Wilson v, Aug 28 2002
a(n) = A065855(A076751(n)). - Amiram Eldar, Jul 17 2024

Extensions

Edited by Robert G. Wilson v, Aug 28 2002
More terms from Robert Gerbicz, Aug 30 2002
2 more terms from Robert G. Wilson v, Sep 03 2002
Edited by Jon E. Schoenfield, Sep 13 2023
a(18)-a(20) from Amiram Eldar, Jul 17 2024