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

A157323
Primes in A023037
0
3, 13, 109912203092239643840221, 568972471024107865287021434301977158534824481
OFFSET
1,1
MATHEMATICA
lst={}; Do[s=0; Do[s+=n^a, {a, 0, n-1}]; If[PrimeQ[s], AppendTo[lst, s]], {n, 0, 2*5!}]; lst
CROSSREFS
Sequence in context: A048756 A174211 A264611 * A016549 A147584 A163357
KEYWORD
nonn
AUTHOR
STATUS
approved