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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157996 Primes which are sum of two not consecutive primes p1 and p2, (p2-p1)>2. 0
11, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

11=3+7+1, 17=5+11+1, 19=5+13+1, ...

MATHEMATICA

lst={}; Do[p0=Prime[n]; Do[px=Prime[n+k]; If[PrimeQ[a=p0+px+1], AppendTo[lst, a]], {k, 2, 2*5!}], {n, 6!}]; Take[Union[lst], 222]

CROSSREFS

Cf. A000040, A076805, A005385, A092738, A118071, A157995

Sequence in context: A050891 A061751 A063449 * A050713 A038966 A050778

Adjacent sequences:  A157993 A157994 A157995 * A157997 A157998 A157999

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 11 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 16 16:28 EST 2012. Contains 205938 sequences.