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 A162295 #6 Aug 25 2016 03:11:16 %S A162295 43,173,439,1571,3823,10141,21139,38113,83203,122449,154493,172423, %T A162295 191689,433123,468389,673639,1318789,1392271,1628989,2388013,2608889, %U A162295 3771923,4225121,4546573,4713239,4883929,6609139,6822709,7959799 %N A162295 Primes of the form k^3-k^2-k-1. %H A162295 Ivan Neretin, <a href="/A162295/b162295.txt">Table of n, a(n) for n = 1..10000</a> %F A162295 a(n)=k^3-k^2-k-1 where k=A162294(n). %e A162295 a(1)=4^3-4^2-4-1=43. a(2)=6^3-6^2-6-1=173. %t A162295 lst={};Do[p=n^3-n^2-n-1;If[PrimeQ[p],AppendTo[lst,p]],{n,2,6!}];lst %Y A162295 Cf. A087908, A162291, A111501, A162293, A162294, A162294 (corresponding k). %K A162295 nonn %O A162295 1,1 %A A162295 _Vladimir Joseph Stephan Orlovsky_, Jun 30 2009 %E A162295 Edited by _R. J. Mathar_, Jul 02 2009