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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156109 Primes p such that p+18 and p+36 are both prime 0
5, 11, 23, 43, 53, 61, 71, 113, 131, 163, 193, 233, 313, 331, 383, 421, 431, 443, 641, 673, 683, 691, 733, 751, 821, 911, 1013, 1033, 1051, 1213, 1283, 1453, 1531, 1583, 1601, 1723, 1741, 1871, 1913, 1993, 2063, 2143, 2203, 2251, 2381, 2423, 2441, 2503 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

For p=5, 5+18=23, 5+36=41; p=683, 683+18=701, 683+36=719

MAPLE

a := proc (n) if isprime(ithprime(n)+18) = true and isprime(ithprime(n)+36) = true then ithprime(n) else end if end proc: seq(a(n), n = 1 .. 400); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 02 2009]

CROSSREFS

Sequence in context: A147081 A046628 A118439 * A192954 A107010 A175942

Adjacent sequences:  A156106 A156107 A156108 * A156110 A156111 A156112

KEYWORD

nonn

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Feb 08 2009

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 02 2009

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 14 09:35 EST 2012. Contains 205614 sequences.