login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A103539
Numbers n such that prime(n)*prime(n)#+1 is prime where prime(n) is the n-th prime.
0
1, 2, 3, 4, 5, 6, 7, 11, 14, 15, 23, 27, 29, 31, 32, 34, 38, 56, 91, 231, 303, 556, 1117, 3390
OFFSET
1,2
COMMENTS
Numbers n such that A000040(n)*A002110(n) + 1 is prime. - Altug Alkan, Apr 07 2016
EXAMPLE
3 is a term because 5*2*3*5 + 1 = 151 is prime.
MATHEMATICA
Select[Range@ 600, PrimeQ[Prime@ # Product[Prime@ k, {k, #}] + 1] &] (* Michael De Vlieger, Apr 07 2016 *)
CROSSREFS
Sequence in context: A193461 A192587 A174323 * A174821 A033086 A059768
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Mar 22 2005
EXTENSIONS
a(23)-a(24) from Altug Alkan, Apr 07 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 19:38 EDT 2024. Contains 376089 sequences. (Running on oeis4.)