|
| |
|
|
A130735
|
|
Primes n such that n+2, n*(n+2)+6 and n*(n+2)+8 are also prime.
|
|
0
| |
|
|
5, 11, 2591, 4127, 10427, 11831, 15887, 28547, 56921, 60257, 61331, 62927, 65717, 70487, 74411, 77417, 77687, 81281, 87221, 100391, 104087, 115301, 116687, 121367, 124181, 129287, 148691, 149111, 158141, 173741, 199151, 208961
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MAPLE
| a:=proc(n) local p: p:=ithprime(n): if isprime(p+2)=true and isprime(p*(p+2)+6) =true and isprime(p*(p+2)+8)=true then p else end if end proc: seq(a(n), n= 1 .. 20000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2007
|
|
|
CROSSREFS
| Sequence in context: A046957 A174957 A174955 * A055676 A022835 A022834
Adjacent sequences: A130732 A130733 A130734 * A130736 A130737 A130738
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Ray G. Opao (1260(AT)email.com), Jul 06 2007
|
|
|
EXTENSIONS
| More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 25 2007
|
| |
|
|