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!)
A093077 Primes p = prime(i) such that p(i)# + p(i+1) is prime. 1
2, 3, 5, 13, 17, 19, 43, 53, 59, 73, 367, 6143 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime(A035346(n)) = a(n). - Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Mar 19 2004
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], Print[ Prime[n]]], {n, 1, 1435}]
With[{nn=1000}, NextPrime[#, -1]&/@(Select[Thread[{FoldList[ Times, Prime[ Range[nn]]], Prime[Range[ 2, nn+1]]}], PrimeQ[ Total[#]]&][[All, 2]])] (* Harvey P. Dale, Oct 07 2018 *)
CROSSREFS
Sequence in context: A173971 A095083 A236183 * A360418 A249016 A241123
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Oct 25 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 April 18 02:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)