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

1,1

COMMENTS

The values of A036679(k)+6 at indices k=5, 7, 17, 47, 97, 1073, ... - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 16 2009

MATHEMATICA

f[n_]:=n^n-n!+6; lst={}; Do[p=f[n]; If[PrimeQ[p], AppendTo[lst, p]], {n, 3*5!}]; lst

CROSSREFS

Cf. A162603, A162604, A162605

Sequence in context: A004228 A004229 A004230 * A086746 A031816 A186394

Adjacent sequences:  A162603 A162604 A162605 * A162607 A162608 A162609

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 07 2009

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 16 07:39 EST 2012. Contains 205881 sequences.