This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A162605 #6 Apr 26 2022 13:42:04 %S A162605 2,23,387057611, %T A162605 7596040312163297274222442578036920783684137730466972969164241364503367485389656454146145546668114950475963285686810192201741431 %N A162605 Primes of the form k^k-k!+2. %C A162605 The values of A036679(k)+2 at indices k=1, 3, 9, 69, ... - _R. J. Mathar_, Jul 16 2009 %C A162605 No further terms up to k=1000. - _Harvey P. Dale_, Apr 26 2022 %t A162605 f[n_]:=n^n-n!+2; lst={};Do[p=f[n];If[PrimeQ[p],AppendTo[lst,p]],{n,4*5!}]; lst %t A162605 Select[Table[k^k-k!+2,{k,100}],PrimeQ] (* _Harvey P. Dale_, Apr 26 2022 *) %Y A162605 Cf. A162603, A162604 %K A162605 nonn %O A162605 1,1 %A A162605 _Vladimir Joseph Stephan Orlovsky_, Jul 07 2009