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 A243114 #16 Jan 17 2018 22:45:04 %S A243114 5,162287,13055867207,1719070799748422589190392551, %T A243114 174588755932389037098918153698589675008087, %U A243114 307180606913594390117978657628360735703373091543821695941623353827100004182413811352186951 %N A243114 Primes of the form 6^x-x^6. %C A243114 The next term is too large to include. %C A243114 See A117706 for the corresponding numbers x. %C A243114 The next term has 113 digits. - _Harvey P. Dale_, Jan 17 2018 %t A243114 Select[Table[6^x-x^6,{x,200}],PrimeQ] (* _Harvey P. Dale_, Jan 17 2018 *) %o A243114 (PARI) for(x=1,1e5,ispseudoprime(p=6^x-x^6)&&print1(p",")) %Y A243114 Cf. A024068, A123206, A163319. %Y A243114 Cf. A072180, A109387, A117705, A117706, A128447, A128448, A128449, A128450, A128451, A122003, A128453, A128454. %K A243114 nonn %O A243114 1,1 %A A243114 _M. F. Hasler_, Aug 20 2014