login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A136368
Numerator of Sum_{k=1..n} (-1)^(k+1)/prime(k)^2.
6
1, 5, 161, 6989, 889769, 145034861, 42816875729, 15196271678069, 8132911703794601, 6790008314246422541, 6567054920481119894801, 8950073675937467308565669, 15100141203716305943432625689
OFFSET
1,2
MATHEMATICA
Table[Numerator[Sum[(-1)^(k+1)/Prime[k]^2, {k, 1, n}]], {n, 1, 20}]
PROG
(Magma) [Numerator(&+[(-1)^(k+1)/NthPrime(k)^2:k in [1..n]]): n in [1..13]]; // Marius A. Burtea, Aug 26 2019
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Alexander Adamchuk, Dec 27 2007
STATUS
approved