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

A129313
Numbers k such that 6*p(k)*p(k+1)*p(k+2)*p(k+3)*p(k+4)*(k+5)*p(k+6)-1 and 6*p(k)*p(k+1)*p(k+2)*p(k+3)*p(k+4)*(k+5)*p(k+6)+1 are twin primes with p(h) = h-th prime.
3
879, 979, 5555, 10950, 11728, 14485, 14809, 21716, 22117, 22933, 23371, 24473, 27514, 27597, 28475, 29581, 30548, 30694, 30887, 31128, 31783, 32197, 34016, 36539, 37491, 39277, 39430, 48555, 49347, 50596, 52602, 56284, 56473, 57482
OFFSET
1,1
LINKS
MATHEMATICA
PrimePi[Part[#, 1, 1] & /@ FactorInteger /@ Select[Times @@@ Partition[Prime[Range[6*10^4]], 7, 1], PrimeQ[6 # + 1] && PrimeQ[6 # - 1] &]] (* Amiram Eldar, Jan 26 2020 after Giovanni Resta at A129311 *)
CROSSREFS
Sequence in context: A208472 A093943 A252437 * A063051 A190030 A118799
KEYWORD
nonn
AUTHOR
Pierre CAMI, Apr 09 2007
STATUS
approved