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!)
A129311 Numbers k such that 6*p(k)*p(k+1)*p(k+2)*p(k+3)*p(k+4)*p(k+5)-1 and 6*p(k)*p(k+1)*p(k+2)*p(k+3)*p(k+4)*p(k+5)+1 are twin primes with p(h) = h-th prime. 3
1, 185, 287, 296, 1372, 1959, 2531, 3630, 5393, 6332, 7210, 7315, 8108, 8258, 8794, 9340, 9989, 11270, 11706, 12213, 13494, 13710, 14246, 14402, 18188, 19010, 19075, 20179, 21394, 22483, 24256, 24309, 25070, 26284, 26634, 30578, 31799, 32351, 32652, 33390 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Giovanni Resta)
EXAMPLE
6*2*3*5*7*11*13-1=180179 prime, 180179+2=180181 twin prime of 180179, so n(1)=1.
MATHEMATICA
PrimePi[Part[#, 1, 1] & /@ FactorInteger /@ Select[Times @@@ Partition[ Prime[Range[5 10^4]], 6, 1], PrimeQ[6 # + 1] && PrimeQ[6 # - 1] &]] (* Giovanni Resta, Sep 16 2019 *)
CROSSREFS
Sequence in context: A157297 A156059 A244248 * A252272 A247529 A301991
KEYWORD
nonn
AUTHOR
Pierre CAMI, Apr 09 2007
EXTENSIONS
More terms from Giovanni Resta, Sep 16 2019
STATUS
approved

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 May 5 11:44 EDT 2024. Contains 372275 sequences. (Running on oeis4.)