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 A126437 #9 Nov 06 2021 15:41:46 %S A126437 1679609,5764793,99999989,4294967279,282429536453,377801998307, %T A126437 5352009260441,16815125390579,39062499999949,72301961339081, %U A126437 83733937890569,281474976710591,513798374428571,1113034787454899 %N A126437 Primes of the form k^8-k-1. %H A126437 Amiram Eldar, <a href="/A126437/b126437.txt">Table of n, a(n) for n = 1..10000</a> %t A126437 k = 8; a = {}; Do[If[PrimeQ[x^k - x - 1], AppendTo[a, x^k - x - 1]], {x, 1, 100}]; a %t A126437 Select[Table[k^8-k-1,{k,80}],PrimeQ] (* _Harvey P. Dale_, Nov 06 2021 *) %Y A126437 Cf. A002327, A002328, A116581, A126420, A126421, A126422, A126423, A126424, A126425, A126426, A126427, A126427, A126428, A126429, A126430, A126431, A126432 A126433, A126434, A126434. %K A126437 nonn %O A126437 1,1 %A A126437 _Artur Jasinski_, Dec 26 2006