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”).
%I #6 May 25 2018 10:14:58
%S 2,23,42043,378761,462109,667127,1116851,1625461,1908787,2637043,
%T 2711399,3019763,4394603,5405447,7418599,8682757,10832561,12652489,
%U 13528079,14214661,15167443,16413641,23086711,27209249,29062339
%N Prime numbers in A014285.
%o (PARI) lista(nn) = for(n=1, nn, if (isprime(p=sum(k=1, n, k*prime(k))), print1(p, ", "))); \\ _Michel Marcus_, May 25 2018
%Y Cf. A014285 (Sum i*prime(i); i=1..n), A114257 (numbers n such that A014285(n) is prime).
%K nonn
%O 1,1
%A _Zak Seidov_, Nov 18 2005