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!)
A136287 Numbers k such that k*(k+1) - 1 and k*(k+3) - 1 are both the initial member of a pair of twin primes and Sophie Germain primes. In other words, k*(k+1) - 1, k*(k+1) + 1, k*(k+3) - 1, k*(k+3) + 1, 2*k*(k+1) - 1, 2*k*(k+3) - 1 are all primes. 0
3727470, 16547895, 20983605, 25649085, 27563745, 27906165, 38221260, 41232960, 55136850, 70584030, 72097305, 78362415, 91531320, 94746750, 121155165, 134647800, 134660370, 141473715, 150940515, 188741475, 261431820, 275356290, 275952675, 276220965, 307341165, 311631255 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k = 134467800, 275356290 and 443034450, 2*k*(k+1) + 1 is also prime.
LINKS
PROG
(PARI) is(k) = !(k%15) && isprime(k*(k+1)-1) && isprime(k*(k+1)+1) && isprime(k*(k+3)-1) && isprime(k*(k+3)+1) && isprime(2*k*(k+1)-1) && isprime(2*k*(k+3)-1); \\ Jinyuan Wang, Mar 20 2020
CROSSREFS
Subsequence of A138303.
Sequence in context: A328215 A216002 A187644 * A254496 A254489 A253861
KEYWORD
nonn
AUTHOR
Pierre CAMI, Mar 19 2008
EXTENSIONS
Terms corrected by Jinyuan Wang, Mar 20 2020
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 April 24 14:23 EDT 2024. Contains 371960 sequences. (Running on oeis4.)