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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088415 Primes p = prime(i) such that p(i)# - p(i+1) or p(i)# + p(i+1) or both are primes. 3
2, 3, 5, 7, 11, 13, 17, 19, 43, 53, 59, 73, 79, 83, 89, 149, 367, 431, 853, 4007, 6143, 8819, 8969 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Dario Alejandro Alpern, Factorization using the Elliptic Curve Method.

Hisanori Mishima, PI Pn + NextPrime (n = 1 to 100).

Hisanori Mishima, PI Pn - NextPrime (n = 1 to 100).

EXAMPLE

3=p(2) is in the sequence because p(2)# + p(3) = 11 is prime.

MATHEMATICA

Do[ p = Product[Prime[i], {i, 1, n}]; q = Prime[n + 1]; If[ PrimeQ[p - q] || PrimeQ[p + q], Print[ Prime[n]]], {n, 1, 1435}]

CROSSREFS

Cf. A087714.

Sequence in context: A069709 A144755 A069090 * A175063 A198196 A139054

Adjacent sequences:  A088412 A088413 A088414 * A088416 A088417 A088418

KEYWORD

hard,more,nonn

AUTHOR

Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 05 2003

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 17 2003

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 13:30 EST 2012. Contains 205909 sequences.