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”).

A081980
a(n) = numerator of the sum of the reciprocals of the n primes from prime(n(n-1)/2+1) to prime(n(n+1)/2).
0
1, 8, 311, 40808, 12185065, 6287341056, 4738802232119, 5387114456064096, 8850391860017878609, 18339240151336533115830, 44718225006409477834272143, 173879507464360746581828003860
OFFSET
1,2
COMMENTS
Sum of all possible products of taking n-1 primes out of next n primes.
MATHEMATICA
a[n_] := Numerator[Sum[1/Prime[i], {i, n(n-1)/2+1, n(n+1)/2}]]
CROSSREFS
Sequence in context: A193812 A222095 A231124 * A264661 A231781 A220618
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 04 2003
EXTENSIONS
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 08 2003
STATUS
approved