login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123979 Numbers n for which 12n+1, 12n+5 and 12n+7 are primes. 1
1, 3, 8, 16, 23, 38, 51, 71, 73, 108, 141, 156, 166, 178, 198, 233, 271, 288, 346, 376, 451, 453, 471, 478, 646, 656, 773, 778, 786, 871, 926, 1003, 1013, 1031, 1156, 1213, 1311, 1338, 1543, 1576, 1618, 1696, 1751, 1776, 1793, 1846, 1856, 1921, 1933, 1963 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MAPLE

a:=proc(n) if isprime(12*n+1)=true and isprime(12*n+5)=true and isprime(12*n+7)=true then n else fi end: seq(a(n), n=1..2800); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 06 2006

MATHEMATICA

Select[Range[2000], And @@ PrimeQ /@ ({1, 5, 7} + 12#) &] (*Chandler*)

CROSSREFS

Cf. A110801.

Sequence in context: A030417 A190450 A188012 * A013583 A122794 A115006

Adjacent sequences:  A123976 A123977 A123978 * A123980 A123981 A123982

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 30 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 05 2006

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 06 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.