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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136055 Daughter primes of order 6. 9
5, 7, 11, 13, 41, 43, 47, 53, 67, 71, 73, 97, 101, 103, 151, 157, 173, 181, 197, 211, 223, 227, 241, 251, 257, 263, 271, 293, 313, 367, 383, 431, 461, 463, 521, 557, 563, 571, 577, 607, 617, 631, 661, 673, 683, 691, 727, 757, 773, 811, 823, 827, 883, 887, 907 (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

MATHEMATICA

n = 6; 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, A136056, A136057, A136058, A136059, A136060.

Sequence in context: A180946 A135930 A163429 * A181494 A073340 A125293

Adjacent sequences:  A136052 A136053 A136054 * A136056 A136057 A136058

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 16 19:18 EST 2012. Contains 205945 sequences.