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.

Showing 1-4 of 4 results.

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

A332991 a(n) is the smallest prime power p^k (p prime, k >= 1) such that sum of reciprocals of prime powers up to p^k (prime power harmonic sum) exceeds n.

Original entry on oeis.org

2, 4, 19, 1307, 266655247
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 05 2020

Keywords

Comments

The corresponding indices of a(n) in A246655 are 1, 3, 12, 240, ...

Examples

			a(1) = 4 because 1/2 + 1/3 = 0.8333... < 1 but 1/2 + 1/3 + 1/4 = 1.0833... > 1.
		

Crossrefs

Similar sequences: A002387 (for positive integers), A016088 (for primes), A076751 (for composite numbers), A333004 (for squarefree numbers).
Cf. A246655 (prime powers).

Extensions

a(4) from Daniel Suteu, Mar 05 2020

A333004 a(n) is the smallest squarefree number k such that sum of reciprocals of squarefree numbers up to k (squarefree harmonic sum) exceeds n.

Original entry on oeis.org

1, 2, 5, 26, 130, 670, 3466, 17985, 93179, 482762, 2501013, 12956855, 67125243, 347753857, 1801596939
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 05 2020

Keywords

Comments

The corresponding indices of a(n) in A005117 are 1, 2, 4, 17, 80, 409, 2112, 10936, 56651, 293483, 1520429, ...

Examples

			a(2) = 5 because 1/1 + 1/2 + 1/3 = 1.8333... < 2 but 1/1 + 1/2 + 1/3 + 1/5 = 2.0333... > 2.
		

Crossrefs

Similar sequences: A002387 (for positive integers), A016088 (for primes), A076751 (for composite numbers), A332991 (for prime powers).
Cf. A005117 (squarefree numbers).

Extensions

a(11)-a(14) from Daniel Suteu, Mar 05 2020

A331930 a(n) is the smallest composite k such that Sum_{composites j = 4, ..., k} 1/j exceeds n/2.

Original entry on oeis.org

8, 16, 33, 63, 118, 216, 395, 715, 1281, 2279, 4036, 7102, 12441, 21722, 37797, 65558, 113422, 195759, 337148, 579465, 994194, 1703072, 2912869, 4975222, 8486672, 14459492, 24608418, 41837580, 71060409, 120585504, 204452804, 346372172, 586359050, 991915208
Offset: 1

Views

Author

Jon E. Schoenfield, Feb 01 2020

Keywords

Comments

Lim_{n->infinity} a(n+1)/a(n) = sqrt(e).

Examples

			a(1) = 1 because 1/4 + 1/6 = 0.41666... < 1/2 but 1/4 + 1/6 + 1/8 = 0.54166... > 1/2.
		

Crossrefs

Cf. A016088 (sum of reciprocals of primes exceeds n), A076751 (sum of reciprocals of composites exceeds n), A103592 (sum of reciprocals of primes exceeds n/2).
Cf. A019774 (sqrt(e)).

Formula

a(2n) = A076751(n).
Showing 1-4 of 4 results.