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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,3

COMMENTS

Very similar to A024451, which see for further information.

LINKS

Harvey P. Dale, Table of n, a(n) for n = 1..1000

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: A261569 A117858 A014434 * A265798 A259264 A259265

Adjacent sequences:  A106827 A106828 A106829 * A106831 A106832 A106833

KEYWORD

nonn,frac

AUTHOR

N. J. A. Sloane, May 22 2005

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 September 22 07:32 EDT 2022. Contains 356887 sequences. (Running on oeis4.)