|
| |
|
|
A136075
|
|
Father primes of order 6.
|
|
9
| |
|
|
103, 181, 233, 311, 389, 571, 701, 883, 1039, 1091, 1429, 1481, 1663, 1949, 2053, 2131, 2339, 2521, 2963, 3041, 3119, 3613, 3691, 3821, 4003, 4133, 4523, 4549, 4679, 4783, 4861, 5641, 5849, 5953, 6343, 6551, 7253, 7331, 7643, 8059, 8423, 8501, 8761
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| For smallest father primes of order n see A136026 (also definition). For father primes of order 1 see A094524. For father primes of order 2 see A136071. For father primes of order 3 see A136072. For father primes of order 4 see A136073. For father primes of order 5 see A136074
|
|
|
MATHEMATICA
| n = 6; a = {}; Do[If[PrimeQ[(Prime[k] - 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a
|
|
|
CROSSREFS
| Cf. A023208, A094524, A136019, A136020, A136026, A136027, A136071, A136072, A136073, A136074, A136076, A136077, A136078, A136079, A136080.
Sequence in context: A142098 A141873 A141859 * A142174 A142360 A044335
Adjacent sequences: A136072 A136073 A136074 * A136076 A136077 A136078
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Artur Jasinski (grafix(AT)csl.pl), Dec 12 2007
|
| |
|
|