login
This site is supported by donations 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; internal format)
OFFSET

0,1

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: A192785 A014211 A160911 * A176637 A059075 A121134

Adjacent sequences:  A092761 A092762 A092763 * A092765 A092766 A092767

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Apr 13 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.