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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136062 Mother primes of order 3. 10
29, 43, 71, 113, 127, 197, 211, 281, 421, 463, 491, 547, 617, 673, 701, 743, 757, 883, 911, 953, 967, 1051, 1093, 1163, 1373, 1471, 1583, 1597, 1667, 1877, 1933, 2143, 2213, 2311, 2423, 2437, 2647, 2801, 2857, 2927, 3011, 3067, 3137, 3221, 3347, 3557 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For smallest mother primes of order n see A136020 (also definition). For mother primes of order 1 see A091180. For mother primes of order 2 see A136061

MATHEMATICA

n = 3; a = {}; Do[If[PrimeQ[(Prime[k] + 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a

CROSSREFS

Cf. A088878, A091180, A136019, A136020, A136061, A136063, A136064, A136065, A136066, A136067, A136068, A136069, A136070.

Sequence in context: A042969 A042967 A061638 * A039348 A043171 A043951

Adjacent sequences:  A136059 A136060 A136061 * A136063 A136064 A136065

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Dec 12 2007

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 15 18:22 EST 2012. Contains 205835 sequences.