A355728 Indices k of partition function where consecutive p(k) and p(k+1) are prime.
2, 3, 4, 5, 1085
Offset: 1
Examples
5 is in the sequence because A000041(5) = 7 and A000041(6) = 11 are prime.
Crossrefs
Programs
-
PARI
for(k=1, 5000, if(ispseudoprime(numbpart(k))&&ispseudoprime(numbpart(k+1)), print1(k, ", ")))
Comments