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!)
A092793 First prime in n# + p where p is prime. 0
3, 5, 7, 13, 13, 19, 19, 229, 29, 31, 37, 43, 43, 73, 53, 59, 61, 67, 73, 73, 79, 109, 89, 2399, 103, 103, 109, 109, 139, 2423, 157, 137, 139, 349, 151, 157, 163, 193, 173, 179, 181, 211, 193, 199, 199, 229 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
n# = n primorial or product of primes up to n
PROG
(PARI) npmorpm2(n) = { forprime(p=3, n, for(x=1, n, y=primorial(x)+p; if(ispseudoprime(y), print1(y", "); break)) ) } primorial(n) = { p1=1; forprime(x=2, n, p1*=x); return(p1) }
CROSSREFS
Sequence in context: A121047 A152075 A092789 * A361977 A285130 A024909
KEYWORD
nonn
AUTHOR
Cino Hilliard, Apr 15 2004
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)