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 A162929 #5 Jan 30 2014 17:58:10 %S A162929 11,37,49787,404197711 %N A162929 Primes of the form n^n+(n+1)^(n+1)+6. %C A162929 Primes of the form A056788(k)+6, associated with k=2, 3, 6, 9, 126,... %C A162929 The term a(5) has 265 digits. %e A162929 2^2+3^3+6=37. %t A162929 f[n_]:=n^n+(n+1)^(n+1)+6; lst={};Do[If[PrimeQ[f[n]],AppendTo[lst,f[n]]], {n,2*5!}];lst %t A162929 Select[Table[n^n+(n+1)^(n+1)+6,{n,500}],PrimeQ] (* _Harvey P. Dale_, Jan 30 2014 *) %Y A162929 Cf. A162927, A056788 %K A162929 nonn %O A162929 1,1 %A A162929 _Vladimir Joseph Stephan Orlovsky_, Jul 17 2009 %E A162929 Edited by _R. J. Mathar_, Jul 19 2009