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 A182332 #12 May 13 2013 01:54:19 %S A182332 29,67,349,1009,3389,4111,5849,9281,15649,19709,35969,46691,59357, %T A182332 79549,97381,132701,140659,166429,250109,389089,474629,531521,658589, %U A182332 804449,830677,884831,1000099,1092829,1157729,1295137,1405039,1520989,1601729,1728119,1906747 %N A182332 Primes of the form n^3 + n - 1. %C A182332 Infinite under Bunyakovsky's conjecture. - _Charles R Greathouse IV_, Apr 25 2012 %H A182332 Charles R Greathouse IV, <a href="/A182332/b182332.txt">Table of n, a(n) for n = 1..10000</a> %o A182332 (PARI) for(n=1,1e4,if(isprime(t=n^3+n-1),print1(t", "))) \\ _Charles R Greathouse IV_, Apr 25 2012 %Y A182332 Cf. A095692, A100698, A116581. %K A182332 nonn %O A182332 1,1 %A A182332 _Alex Ratushnyak_, Apr 25 2012