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!)
A220141 Prime numbers p that yield a new record for the least number k such that p*k + 1 and p*k - 1 are twin primes. 4
2, 5, 11, 13, 31, 37, 53, 61, 433, 3023, 3989, 4079, 9967, 10789, 76943, 81439, 121763, 233969, 491333, 495931, 795659, 1653901, 2623969, 3516277, 6274823, 10536689, 11313839, 12023191, 16268899, 22829309, 38968109, 41230733, 45057577, 76384717, 98566373, 552843883 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the primes at which A071407 reaches a new record. The corresponding values of k are in A220142.
LINKS
MATHEMATICA
t = {{2, 2}}; Do[k = 1; While[! (PrimeQ[k*n - 1] && PrimeQ[k*n + 1]), k++]; If[k > t[[-1, 2]], AppendTo[t, {n, k}]], {n, Prime[Range[2, 1000]]}]; Transpose[t][[1]]
CROSSREFS
Sequence in context: A062572 A215214 A221868 * A106283 A020629 A355657
KEYWORD
nonn
AUTHOR
T. D. Noe, Jan 08 2013
EXTENSIONS
More terms from Amiram Eldar, Dec 30 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 July 12 19:17 EDT 2024. Contains 374252 sequences. (Running on oeis4.)