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!)
A322421 Primes of the form A322420(k) or the sum of the first k*(k+1) primes. 3
5, 41, 197, 44683, 360979, 3619807, 5353841, 25106701, 47525059, 159781073, 188024357, 243458497, 445838927, 1015334371, 2018174117, 2079737563, 4925466041, 5294877781, 6383922529, 6531129499, 6680974507, 7635495793 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
MATHEMATICA
f[n_] := Sum[Prime[k], {k, n}]; Select[
Table[f[n*(n + 1)], {n, 0, 240}], PrimeQ]
CROSSREFS
Sequence in context: A322420 A270165 A270157 * A357612 A270211 A270182
KEYWORD
nonn
AUTHOR
Ray Chandler, Dec 07 2018
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 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)