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!)
A299159 Numbers k such that 4*k-1, 6*k-1 and 12*k-1 are prime. 2
1, 2, 5, 15, 32, 42, 60, 110, 120, 152, 215, 242, 260, 315, 357, 390, 392, 425, 470, 495, 560, 732, 735, 840, 1055, 1082, 1127, 1275, 1307, 1352, 1457, 1562, 1590, 1755, 1782, 1797, 1887, 1925, 1967, 2055, 2112, 2132, 2150, 2175, 2205, 2360, 2387, 2472, 2517, 2567, 2667, 2717, 2822, 2882, 2930, 2945 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
select(j -> isprime(4*j-1) and isprime(6*j-1) and isprime(12*j-1), [$1..10000]);
MATHEMATICA
Select[Range[3000], And@@PrimeQ/@({4, 6, 12} # - 1) &] (* Vincenzo Librandi, Feb 04 2018 *)
PROG
(Magma) [n: n in [0..3000] |IsPrime(4*n-1) and IsPrime(6*n-1) and IsPrime(12*n-1)]; // Vincenzo Librandi, Feb 04 2018
CROSSREFS
Cf. A299068.
Sequence in context: A309272 A077686 A034499 * A006451 A226103 A000962
KEYWORD
nonn
AUTHOR
Robert Israel, Feb 04 2018
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)