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 A059207 #8 Sep 07 2019 09:13:28 %S A059207 16,49,82,85,95,107,145,152,160,178,262,265,301,323,332,338,389,461, %T A059207 478,490,497,559,578,646,673,679,721,731,757,820,850,950,988,1006, %U A059207 1037,1039,1070,1073,1081,1093,1106,1205,1228,1235,1255,1450,1468,1486,1493 %N A059207 Numbers n such that n^6 reversed is a prime. %H A059207 G. C. Greubel, <a href="/A059207/b059207.txt">Table of n, a(n) for n = 1..16500</a> %t A059207 Select[Range[1000], PrimeQ[ToExpression[StringReverse[ToString[#^6]]]] &] %t A059207 Select[Range[1500],PrimeQ[IntegerReverse[#^6]]&] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Sep 07 2019 *) %K A059207 nonn,base %O A059207 1,1 %A A059207 _Robert G. Wilson v_, Jan 16 2001