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!)
A092764 Primes in the sequence f(n) = n! + n + 1 for n even or n! + n + 2 for n odd. 0
2, 5, 11, 29, 127, 727, 3628811, 80658175170943878571660636856403766975289505440883277824000000000053 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) f(n) = n!+n+n%2+1 g(m) = for(x=0, m, y=f(x); if(isprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A320171 A014211 A160911 * A237811 A264771 A176637
KEYWORD
nonn
AUTHOR
Cino Hilliard, Apr 13 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 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)