login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
1,1
LINKS
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: A144755 A069090 A321150 * A175063 A248199 A198196
KEYWORD
hard,more,nonn
AUTHOR
Ray Chandler, Oct 05 2003
EXTENSIONS
Edited by Robert G. Wilson v, Oct 17 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 10 00:23 EDT 2024. Contains 374191 sequences. (Running on oeis4.)