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 A126895 #8 Aug 03 2018 13:16:42 %S A126895 125,133,171,359,361,405,433,471,649,675,925,995,1085,1277,1281,1393, %T A126895 1487,1511,1519,1553,1607,1687,1855,2023,2025,2031,2207,2259,2387, %U A126895 2495,2673,2749,2851,2957,3057,3067,3251,3271,3277,3355,3401,3599,3701,3763 %N A126895 Numbers n such that (1365n)^12+4094 is prime. %C A126895 A126894(n)/1365 %D A126895 Ribenboim P., 1996. The Little Book of Big Primes. Springer Verlag. %t A126895 Select[Range[1,3801,2],PrimeQ[(1365#)^12+4094]&] (* _Harvey P. Dale_, Aug 03 2018 *) %o A126895 (PARI) is(n)=isprime((1365*n)^12+4094) \\ _Charles R Greathouse IV_, May 22 2017 %Y A126895 Cf. A066386, A126893, A126894. %K A126895 nonn %O A126895 1,1 %A A126895 _Artur Jasinski_, Dec 31 2006