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 A126893 #21 Sep 08 2022 08:45:29 %S A126893 7980,8526,11676,18774,26754,31584,34314,34650,43134,51576,64176, %T A126893 65184,65730,65856,70224,71190,71316,76650,78834,79506,81564,84294, %U A126893 91266,92904,96096,96894,105294,110376,111090,113484,117684,118146,118566 %N A126893 Numbers k such that k^6 + 82991 is prime. %D A126893 Ribenboim P., 1996. The Little Book of Big Primes. Springer Verlag. %t A126893 a = {}; Do[If[PrimeQ[x^6 + 82991], AppendTo[a, x]], {x, 7978, 40000}]; a %t A126893 Select[ Range@119000, PrimeQ[#^6 + 82991] &] (* _Robert G. Wilson v_, Jan 21 2018 *) %o A126893 (Magma) [n: n in [0..200] | IsPrime(n^6+82991)] // _Vincenzo Librandi_, Nov 23 2010 %o A126893 (PARI) is(n)=isprime(n^6+82991) \\ _Charles R Greathouse IV_, Feb 17 2017 %Y A126893 Cf. A066386, A126894, A126895. %K A126893 nonn %O A126893 1,1 %A A126893 _Artur Jasinski_, Dec 31 2006