Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A274070
Integer part of the sum of the inverses of the first n primes.
1
0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
OFFSET
1,59
COMMENTS
The sequence is unbounded.
FORMULA
a(n) = floor(Sum_{i=1..n} 1/A000040(i)).
a(n) = floor(A024451(n)/A002110(n)). - Antti Karttunen, Feb 08 2024
MATHEMATICA
Table[Floor@Sum[1/(Prime[j]), {j, 1, n}], {n, 1, 120}]
CROSSREFS
Cf. A002110, A024451, A046024 (places of records).
Sequence in context: A343643 A044928 A362114 * A178489 A044929 A000520
KEYWORD
nonn
AUTHOR
Andres Cicuttin, Jun 19 2016
STATUS
approved