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 A059699 #12 Sep 08 2022 08:45:03 %S A059699 107,389,461,673,757,1039,1093,1493,1627,2237,2341,2389,2677,3001, %T A059699 3011,3329,3467,3499,3929,4397,4447,4751,4993,5647,5693,5701,5743, %U A059699 5783,6469,6781,6841,6869,6977,7001,7013,7027,7393,7457,7589,8221,8311,8387,9467 %N A059699 Primes p such that p^6 reversed is also prime. %H A059699 Vincenzo Librandi, <a href="/A059699/b059699.txt">Table of n, a(n) for n = 1..1000</a> %t A059699 Select[ Range[ 10000 ], PrimeQ[ # ] && PrimeQ[ ToExpression[ StringReverse[ ToString[ #^6 ] ] ] ] & ] %t A059699 Select[Prime[Range[2000]],PrimeQ[FromDigits[Reverse[ IntegerDigits[ #^6]]]]&] (* _Harvey P. Dale_, Aug 30 2013 *) %o A059699 (Magma) [p: p in PrimesUpTo(9500) | IsPrime(Seqint(Reverse(Intseq(p^6))))]; // _Vincenzo Librandi_, Apr 12 2013 %Y A059699 Cf. A059207. %K A059699 nonn,base %O A059699 1,1 %A A059699 _Robert G. Wilson v_, Feb 06 2001