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 A100841 #20 Jun 30 2024 11:13:37 %S A100841 11,263,46663,1461501637330902918203684832716283019655932542983 %N A100841 Primes of the form k^k + 7. %C A100841 No additional terms up to k = 1000. - _Harvey P. Dale_, Jul 03 2019 %t A100841 lst={};Do[p=n^n+7;If[PrimeQ[p],AppendTo[lst,p]],{n,2*5!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Nov 01 2009 *) %t A100841 Select[Table[n^n+7,{n,100}],PrimeQ] (* _Harvey P. Dale_, Jul 03 2019 *) %o A100841 (PARI) f1(n) = for(x=1,n,y=x^x+7;if(ispseudoprime(y),print1(y", "))) %Y A100841 Cf. A100838 (corresponding k). %K A100841 hard,more,nonn %O A100841 1,1 %A A100841 _Cino Hilliard_, Jan 07 2005