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 A126894 #19 Sep 08 2022 08:45:29 %S A126894 170625,181545,233415,490035,492765,552825,591045,642915,885885, %T A126894 921375,1262625,1358175,1481025,1743105,1748565,1901445,2029755, %U A126894 2062515,2073435,2119845,2193555,2302755,2532075,2761395,2764125,2772315 %N A126894 Numbers k such that k^12 + 4094 is prime. %D A126894 Ribenboim P., 1996. The Little Book of Big Primes. Springer Verlag. %t A126894 Select[Range[1000000], PrimeQ[#^12 + 4094] &] %o A126894 (Magma) [n: n in [0..4000] | IsPrime(n^12+4094)] // _Vincenzo Librandi_, Nov 23 2010 %o A126894 (PARI) is(n)=isprime(n^12+4094) \\ _Charles R Greathouse IV_, Feb 20 2017 %Y A126894 Cf. A066386, A126893, A126895. %K A126894 nonn %O A126894 1,1 %A A126894 _Artur Jasinski_, Dec 31 2006 %E A126894 More terms from _Vincenzo Librandi_, Mar 26 2010