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!)
A322422 Numbers k such that the sum of the first k*(k+1) primes is prime. 3

%I #11 Dec 08 2018 11:40:15

%S 1,2,3,11,18,31,34,49,57,76,79,84,97,118,139,140,172,175,183,184,185,

%T 191,208,218,221,232,233,247,262,266,294,313,315,323,333,334,339,344,

%U 351,361,366,372,407,413,436,445,461,473,478,500,545,546,556,564,577

%N Numbers k such that the sum of the first k*(k+1) primes is prime.

%H Ray Chandler, <a href="/A322422/b322422.txt">Table of n, a(n) for n = 1..1000</a>

%F A322421(n) = A322420(a(n)) = A007504(A002378(a(n))).

%t f[n_] := Sum[Prime[k], {k, n}]; Select[Range[500],

%t PrimeQ[f[#*(# + 1)]] &]

%Y Cf. A002378, A007504, A322420, A322421.

%K nonn

%O 1,2

%A _Ray Chandler_, Dec 07 2018

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 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)