The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A128647 a(n) = numerator(Sum_{k=1..n} (-1)^(k+1)/(prime(k)-1)). 3
1, 1, 3, 7, 41, 3, 53, 437, 5167, 34189, 36037, 3833, 3987, 11521, 274223, 3458639, 103063291, 100392623, 34273501, 33510453, 308270747, 302107667, 12626774467, 12402802537, 25216220279, 124110148411, 2142721739387, 111888942151111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Numbers m such that A128648(m) = A128646(n) are listed in A128649.
LINKS
Eric Weisstein's World of Mathematics, Prime sums
FORMULA
a(n) = numerator(Sum_{k=1..n} (-1)^(k+1)/(prime(k)-1)).
MATHEMATICA
Table[Numerator[Sum[(-1)^(k+1)*1/(Prime[k]-1), {k, 1, n}]], {n, 1, 36}]
CROSSREFS
Cf. A128648 (denominator(Sum_{k=1..n} (-1)^(k+1)/(prime(k)-1))).
Cf. A120271 (numerator(Sum_{k=1..n} 1/(prime(k)-1))).
Sequence in context: A019024 A135071 A096219 * A071730 A058815 A333649
KEYWORD
frac,nonn
AUTHOR
Alexander Adamchuk, Mar 18 2007
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 May 20 11:24 EDT 2024. Contains 372712 sequences. (Running on oeis4.)