The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A091424 Numbers n such that n#*2^n + 1 is prime, where n# is product of prime numbers (primorial). 0
1, 3, 4, 6, 10, 30, 31, 98, 156, 230, 432, 490, 1623, 1666 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No more terms < 5000. - L. Joris Perrenet, Mar 17 2020
1# = 2 2# = 2*3 = 6 3# = 2*3*5 = 30
LINKS
EXAMPLE
a(1)=1 because 1#*2^1 + 1 = 5 is prime
a(2)=3 because 3#*2^3 + 1 = 241 is prime
PROG
(PARI) pp(n)=s=1; for(i=1, n, s=s*prime(i)); return(s); f(n)=pp(n)*2^n +1; for (i=1, 500, if(isprime(f(i)), print(i)))
CROSSREFS
Cf. A002110.
Sequence in context: A103049 A103016 A061032 * A092839 A185874 A320688
KEYWORD
nonn,hard,more
AUTHOR
Mohammed Bouayoun (bouyao(AT)wanadoo.fr), Mar 02 2004
EXTENSIONS
a(13)-a(14) from Chai Wah Wu, Dec 23 2019
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 May 20 03:57 EDT 2024. Contains 372703 sequences. (Running on oeis4.)