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 A154934 #12 Feb 03 2024 00:53:04 %S A154934 3,11,17,37,47,59,67,127,139,173,241,367,373,383,431,523,541,569,613, %T A154934 631,673,683,691,829,967,977,1019,1063,1163,1213,1249,1291,1301,1303, %U A154934 1327,1367,1439,1483,1487,1601,1607,1609,1733,1747,1789,1801,1823,1907 %N A154934 Primes in A154933. %H A154934 Amiram Eldar, <a href="/A154934/b154934.txt">Table of n, a(n) for n = 1..10000</a> %t A154934 lst={}; Do[p=n^6-2; If[PrimeQ[p], If[PrimeQ[n], AppendTo[lst,n]]], {n,0,3*7!}]; lst %Y A154934 Cf. A028870, A038599, A154831, A154832, A154833, A154834, A154933. %K A154934 nonn %O A154934 1,1 %A A154934 _Vladimir Joseph Stephan Orlovsky_, Jan 17 2009