The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A174372 Numbers k such that 12*k - 5, 12*k - 1, 12*k + 1, and 12*k + 5 are primes. 1

%I #11 Dec 17 2019 07:41:09

%S 1,9,19,26,91,119,124,156,224,399,436,471,569,691,1141,1311,1339,1349,

%T 1449,1619,1729,1969,2009,2616,2779,2961,3001,3166,3369,3649,3689,

%U 6641,6834,7191,7401,7544,7791,7924,8426,8461,9214,9291,9429,9431,9744

%N Numbers k such that 12*k - 5, 12*k - 1, 12*k + 1, and 12*k + 5 are primes.

%H Amiram Eldar, <a href="/A174372/b174372.txt">Table of n, a(n) for n = 1..10000</a>

%e 1 is a term because 1*12-5=7, 1*12-1=11, 1*12+1=13, and 1*12+5=17 are all prime.

%t Select[Range[10^4], AllTrue[12# + {-5, -1, 1, 5}, PrimeQ] &] (* _Amiram Eldar_, Dec 17 2019 *)

%Y Cf. A124519.

%K nonn,easy

%O 1,2

%A _Juri-Stepan Gerasimov_, Mar 17 2010

%E Extended by _Charles R Greathouse IV_, Mar 18 2010

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 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)