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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136056 Daughter primes of order 7. 9
3, 5, 11, 13, 17, 19, 23, 29, 37, 41, 43, 47, 67, 71, 79, 83, 89, 103, 109, 131, 149, 151, 157, 179, 191, 199, 223, 227, 239, 263, 269, 271, 281, 283, 307, 311, 331, 353, 373, 389, 409, 419, 421, 431, 433, 439, 457, 467, 491, 509, 541, 547, 563, 569, 577, 599 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For smallest daughter primes of order n see A136019 (also definition). For daughter primes of order 1 see A088878. For daughter primes of order 2 see A136051. For daughter primes of order 3 see A136052. For daughter primes of order 4 see A136053. For daughter primes of order 5 see A136054. For daughter primes of order 6 see A136055

MATHEMATICA

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

CROSSREFS

Cf. A088878, A091180, A136019, A136020, A136051, A136052, A136053, A136054, A136055, A136057, A136058, A136059, A136060.

Sequence in context: A069977 A065396 A020620 * A059636 A087894 A059352

Adjacent sequences:  A136053 A136054 A136055 * A136057 A136058 A136059

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 10:06 EST 2012. Contains 205763 sequences.