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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sum of all possible products of taking n-1 primes out of next n primes.
LINKS
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

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 July 17 02:40 EDT 2024. Contains 374360 sequences. (Running on oeis4.)