cp's OEIS Frontend

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.

A059211 Numbers n such that n^10 reversed is a prime.

This page as a plain text file.
%I A059211 #6 Dec 29 2016 19:16:52
%S A059211 2,20,53,103,113,128,131,200,206,208,257,259,262,317,329,409,530,662,
%T A059211 667,787,793,832,833,895,899,1030,1130,1138,1148,1247,1274,1280,1283,
%U A059211 1310,1318,1429,1657,1696,1778,2000,2060,2080,2087,2089,2254,2491,2509
%N A059211 Numbers n such that n^10 reversed is a prime.
%H A059211 G. C. Greubel, <a href="/A059211/b059211.txt">Table of n, a(n) for n = 1..10000</a>
%t A059211 Select[Range[3000], PrimeQ[ToExpression[StringReverse[ToString[#^10]]]] &]
%K A059211 nonn,base
%O A059211 1,1
%A A059211 _Robert G. Wilson v_, Jan 16 2001