Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A106830
Numerator of Sum_{ primes p <= n} 1/p.
13
0, 1, 5, 5, 31, 31, 247, 247, 247, 247, 2927, 2927, 40361, 40361, 40361, 40361, 716167, 716167, 14117683, 14117683, 14117683, 14117683, 334406399, 334406399, 334406399, 334406399, 334406399, 334406399, 9920878441, 9920878441, 314016924901, 314016924901
OFFSET
1,3
COMMENTS
Very similar to A024451, which see for further information.
LINKS
EXAMPLE
0, 1/2, 5/6, 5/6, 31/30, 31/30, 247/210, 247/210, 247/210, 247/210, 2927/2310, 2927/2310, 40361/30030, 40361/30030, 40361/30030, ...
MATHEMATICA
Accumulate[Table[If[PrimeQ[n], 1/n, 0], {n, 40}]]//Numerator (* Harvey P. Dale, Feb 17 2018 *)
CROSSREFS
Denominators are in A034386.
The following fractions are all related to each other: Sum 1/n: A001008/A002805, Sum 1/prime(n): A024451/A002110 and A106830/A034386, Sum 1/nonprime(n): A282511/A282512, Sum 1/composite(n): A250133/A296358.
Sequence in context: A365824 A014434 A375989 * A265798 A259264 A259265
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, May 22 2005
STATUS
approved