|
Search: id:A123992
|
|
|
| A123992 |
|
Numbers n for which 16n+1, 16n+3 and 16n+13 are primes. |
|
+0 1
|
|
| 1, 40, 106, 133, 250, 265, 271, 280, 295, 313, 418, 580, 691, 736, 748, 826, 946, 1231, 1240, 1435, 1471, 1561, 1756, 2023, 2035, 2038, 2101, 2575, 2728, 2878, 2926, 3268, 3400, 3451, 3688, 3715, 3883, 4213, 4306, 4726, 4936, 5080, 5398, 5761, 5908, 6046
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
MAPLE
|
a:=proc(n) if isprime(16*n+1)=true and isprime(16*n+3)=true and isprime(16*n+13)=true then n else fi end: seq(a(n), n=1..5000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 03 2006
|
|
MATHEMATICA
|
Select[Range[6100], And @@ PrimeQ /@ ({1, 3, 13} + 16#) &] (*Chandler*)
|
|
CROSSREFS
|
Cf. A092022.
Sequence in context: A043999 A044227 A044608 this_sequence A043470 A044291 A044672
Adjacent sequences: A123989 A123990 A123991 this_sequence A123993 A123994 A123995
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Artur Jasinski (grafix(AT)csl.pl), Oct 30 2006
|
|
EXTENSIONS
|
Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 05 2006
|
|
|
Search completed in 0.002 seconds
|