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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093078 Primes p = prime(i) such that p(i)# - p(i+1) is prime. 1
5, 7, 11, 13, 19, 79, 83, 89, 149, 367, 431, 853, 4007, 8819, 8969 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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], Print[ Prime[n]]], {n, 1, 1435}]

CROSSREFS

Cf. A087714, A088415, A093077.

Sequence in context: A154275 A167460 A045439 * A050541 A098865 A022885

Adjacent sequences:  A093075 A093076 A093077 * A093079 A093080 A093081

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 25 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 14 23:53 EST 2012. Contains 205689 sequences.