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!)
A092792 First prime in n# + m. 0
2, 5, 7, 13, 11, 13, 19, 17, 19, 229, 23, 29, 31, 29, 31, 37, 37, 43, 41, 43, 73, 47, 53, 79, 53, 59, 61, 59, 61, 67, 67, 73, 71, 73, 79, 79, 109, 83, 89, 89, 2399, 97, 97, 103, 101, 103, 109, 107, 109, 139, 113, 2423, 149, 127, 127, 157, 131, 137, 139, 137, 139, 349 (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) = { forstep(p=1, n, 2, 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: A041517 A041975 A042577 * A238336 A083271 A094285
KEYWORD
hard,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 05:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)