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 A154933 #13 Apr 04 2020 04:42:56 %S A154933 3,11,17,35,37,47,49,59,67,77,99,123,127,133,139,155,161,169,173,187, %T A154933 195,213,225,231,237,241,245,247,253,275,279,297,319,325,367,373,381, %U A154933 383,385,399,411,425,431,469,507,511,523,541,545,553,569,585,589,609 %N A154933 Numbers k such that k^6 - 2 is prime. %H A154933 Amiram Eldar, <a href="/A154933/b154933.txt">Table of n, a(n) for n = 1..10000</a> %t A154933 lst={};Do[p=n^6-2;If[PrimeQ[p],AppendTo[lst,n]],{n,1,7!}];lst %o A154933 (PARI) isA154933(n) = isprime(n^6-2) \\ _Michael B. Porter_, Oct 06 2009 %Y A154933 Cf. A028870, A038599, A154831, A154832, A154833, A154834. %K A154933 nonn %O A154933 1,1 %A A154933 _Vladimir Joseph Stephan Orlovsky_, Jan 17 2009 %E A154933 a(1) = 0 removed by _Amiram Eldar_, Apr 04 2020