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!)
A248872 Numbers n such that n^n + n! + 1 is prime. 0
1, 2, 4, 28, 496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
These primes are of the form: A000312(n) + A000142(n) + 1.
Note that 28 and 496 are perfect numbers (see A000396).
a(6) > 1500.
LINKS
EXAMPLE
For n = 1, 1^1 + 1! + 1 = 3, which is prime.
For n = 2, 2^2 + 2! + 1 = 4 + 2 + 1 = 7, which is prime.
For n = 4, 4^4 + 4! + 1 = 281, which is prime.
MATHEMATICA
Select[Range[1500], PrimeQ[#^# + #! + 1]&]
PROG
(PARI) for(n=1, 10^3, if(ispseudoprime(n^n+n!+1), print1(n, ", "))) \\ Derek Orr, Mar 06 2015
CROSSREFS
Cf. A000312 (n^n), A000142(n!).
Sequence in context: A062792 A102692 A292184 * A329102 A126580 A329063
KEYWORD
nonn,more,hard
AUTHOR
Waldemar Puszkarz, Mar 04 2015
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 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)