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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127305 Primes p such that p + (sum of the prime factors of p-1 and p+1) is prime. 0
13, 47, 71, 101, 151, 193, 239, 241, 293, 331, 337, 359, 383, 397, 401, 421, 463, 487, 557, 577, 709, 773, 797, 821, 929, 1019, 1031, 1069, 1093, 1103, 1181, 1217, 1249, 1327, 1367, 1423, 1499, 1571, 1759, 1787, 1789, 1831, 1871, 1877, 1913, 1933, 2053 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

151 is prime, 150 = 2*3*5*5, 152 = 2*2*2*19. 151 + 2+3+5+5 + 2+2+2+19 = 191 is prime, hence 151 is a term.

PROG

(MAGMA) [ p: p in PrimesInInterval(3, 2100) | IsPrime(&+[ &+[ k[1]*k[2]: k in Factorization(n)]: n in [p-1..p+1] ] ) ]; /* Klaus Brockhaus, Apr 06 2007 */

CROSSREFS

Sequence in context: A034462 A116476 A035340 * A001662 A031390 A113943

Adjacent sequences:  A127302 A127303 A127304 * A127306 A127307 A127308

KEYWORD

nonn

AUTHOR

J. M. Bergot (thekingfishb(AT)yahoo.ca), Mar 28 2007

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Apr 06 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 19:15 EST 2012. Contains 205852 sequences.