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!)
A084914 Numbers k such that k^k*k! - 1 is prime. 1
2, 4, 30, 94, 113, 162, 296, 3243 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1)-a(8) have been proved to correspond to primes. No other terms less than 10000. - Robert Price, May 19 2012
LINKS
EXAMPLE
4 is in the sequence because 4!*4^4 - 1 = 6143 is prime.
MATHEMATICA
Do[If[PrimeQ[n^n*n!-1], Print[n]], {n, 700}]
CROSSREFS
Sequence in context: A232173 A067195 A080230 * A058779 A359914 A230777
KEYWORD
more,hard,nonn
AUTHOR
Farideh Firoozbakht, Jul 14 2003
EXTENSIONS
a(8) = 3243 from Robert Price, May 19 2012
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)