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 A059704 #13 Sep 08 2022 08:45:03 %S A059704 17,73,83,157,277,293,359,661,739,863,1489,1601,2311,2851,2939,3499, %T A059704 3733,3739,4423,4447,4567,4793,5297,5501,5519,5521,5573,6379,6791, %U A059704 6899,6983,7333,7351,7411,7853,8179,9001,9013,9743,9787,10159,10627,11119 %N A059704 Primes p such that p^11 reversed is also prime. %H A059704 Vincenzo Librandi, <a href="/A059704/b059704.txt">Table of n, a(n) for n = 1..1000</a> %t A059704 Select[ Range[ 16000 ], PrimeQ[ # ] && PrimeQ[ ToExpression[ StringReverse[ ToString[ #^11 ] ] ] ] & ] %t A059704 Select[Prime[Range[1500]],PrimeQ[IntegerReverse[#^11]]&] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Oct 24 2020 *) %o A059704 (Magma) [p: p in PrimesUpTo(15000)|IsPrime(Seqint(Reverse(Intseq(p^11))))]; // _Vincenzo Librandi_, Apr 12 2013 %Y A059704 Cf. A059212. %K A059704 base,nonn %O A059704 1,1 %A A059704 _Robert G. Wilson v_, Feb 06 2001