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 A182329 #9 Apr 26 2012 11:19:49 %S A182329 29,641,15661,244140769,55511151231257827021181583404541018541 %N A182329 Primes of the form 5^n + n^2. %t A182329 Select[Table[5^n + n^2, {n, 0, 500}], PrimeQ] (* _T. D. Noe_, Apr 25 2012 *) %Y A182329 Cf. A061119, A075899. %K A182329 nonn %O A182329 1,1 %A A182329 _Alex Ratushnyak_, Apr 25 2012