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 A080178 #13 Aug 26 2020 02:56:19 %S A080178 41,2141,2251,3251,3361,3581,3691,4253,4363,4583,5693,8147,9257,9587, %T A080178 9697,46301,46601,46901,47111,47711,47911,48121,48221,48821,49031, %U A080178 49331,49531,49831,66103,66403,67213,68023,69233,69833,400051,409951,414461 %N A080178 Non-palindromic primes which on subtracting their reversal gives perfect cubes. %H A080178 Amiram Eldar, <a href="/A080178/b080178.txt">Table of n, a(n) for n = 1..10000</a> %e A080178 a(1) = 41 because 41-14 = 27 which is a perfect cube. %t A080178 okQ[n_]:=Module[{idn=IntegerDigits[n],ridn},ridn=Reverse[idn];idn!=ridn&&IntegerQ[Power[n-FromDigits[ridn], (3)^-1]]] %t A080178 Select[Prime[Range[35000]],okQ] (* _Harvey P. Dale_, Mar 08 2011 *) %Y A080178 Cf. A000578, A004086, A080177. %K A080178 base,nonn %O A080178 1,1 %A A080178 _Shyam Sunder Gupta_, Mar 16 2003