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!)
A162605 Primes of the form k^k-k!+2. 1
2, 23, 387057611, 7596040312163297274222442578036920783684137730466972969164241364503367485389656454146145546668114950475963285686810192201741431 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The values of A036679(k)+2 at indices k=1, 3, 9, 69, ... - R. J. Mathar, Jul 16 2009
No further terms up to k=1000. - Harvey P. Dale, Apr 26 2022
LINKS
MATHEMATICA
f[n_]:=n^n-n!+2; lst={}; Do[p=f[n]; If[PrimeQ[p], AppendTo[lst, p]], {n, 4*5!}]; lst
Select[Table[k^k-k!+2, {k, 100}], PrimeQ] (* Harvey P. Dale, Apr 26 2022 *)
CROSSREFS
Sequence in context: A358384 A334616 A089987 * A118812 A228241 A054909
KEYWORD
nonn
AUTHOR
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 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)