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!)
A162606 Primes of the form k^k-k!+6. 0
3011, 818509, 827239906198908668183, 3877924263464448622408024944643162574255380546190593937673127995497376385062869 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The values of A036679(k)+6 at indices k=5, 7, 17, 47, 97, 1073, ... - R. J. Mathar, Jul 16 2009
LINKS
MATHEMATICA
f[n_]:=n^n-n!+6; lst={}; Do[p=f[n]; If[PrimeQ[p], AppendTo[lst, p]], {n, 3*5!}]; lst
Select[Table[n^n-n!+6, {n, 50}], PrimeQ] (* Harvey P. Dale, Sep 22 2019 *)
CROSSREFS
Sequence in context: A004229 A351867 A004230 * A233963 A086746 A031816
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 September 15 01:49 EDT 2024. Contains 375929 sequences. (Running on oeis4.)