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 A059212 #6 Dec 29 2016 19:18:37 %S A059212 17,32,35,73,83,85,112,128,148,157,170,182,277,293,320,350,359,364, %T A059212 422,424,533,598,661,728,730,739,791,830,850,863,1028,1036,1064,1120, %U A059212 1205,1247,1256,1280,1388,1480,1489,1570,1586,1589,1601,1700,1717,1819,1820 %N A059212 Numbers n such that n^11 reversed is a prime. %H A059212 G. C. Greubel, <a href="/A059212/b059212.txt">Table of n, a(n) for n = 1..13000</a> %t A059212 Select[Range[3000], PrimeQ[ToExpression[StringReverse[ToString[ #^11]]]] &] %K A059212 nonn,base %O A059212 1,1 %A A059212 _Robert G. Wilson v_, Jan 16 2001