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!)
A120271 a(n) = numerator(Sum_{k=1..n} 1/(prime(k)-1)). 7
1, 3, 7, 23, 121, 21, 173, 1597, 17927, 127469, 129317, 43619, 44081, 44521, 1033223, 13538159, 395369371, 132680013, 400467919, 402757063, 1214947859, 1221110939, 50305908619, 50529880549, 101470376303, 509322834499, 8691337402883 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is squarefree except for n = 5, 14, 49, ... where squared prime factors are 11, 211, 479, ...
a(n)/A128646(n) is the asymptotic mean over the positive integers of the number of prime divisors that are not greater than prime(n), counted with multiplicity (cf. A007814, A169611, A356006). - Amiram Eldar, Jul 23 2022
LINKS
Eric Weisstein's World of Mathematics, Prime Sums.
FORMULA
a(n) = numerator(Sum_{k=1..n} 1/(prime(k)-1)).
a(n) = A078456(n) * A135212(n). - Alexander Adamchuk, Nov 23 2007
MATHEMATICA
Numerator[Table[Sum[1/(Prime[i]-1), {i, 1, n}], {n, 1, 50}]]
PROG
(PARI) a(n) = numerator(sum(k=1, n, 1/(prime(k)-1))); \\ Michel Marcus, Oct 02 2016
CROSSREFS
Cf. A128646 (denominators), A119686, A006093, A000040.
Sequence in context: A299404 A268140 A133788 * A145938 A329875 A048721
KEYWORD
frac,nonn
AUTHOR
Alexander Adamchuk, Jul 01 2006
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)