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 A145531 #5 Jun 24 2013 10:11:31 %S A145531 2,3,71,97,103,331,4091,5879,7207,7639,17123,17383,20809,46889,47363, %T A145531 139493,142969,150869,154111,154753,155663,162419,165059,166739, %U A145531 174893,179989,184273,190759,197311,199909,270527,280613 %N A145531 Primes p mentioned in A155214. %H A145531 Ulrich Krug and Aurelien Herault, <a href="/A145531/b145531.txt">Table of n, a(n) for n = 1..83</a> %t A145531 palQ[n_] := Reverse[x = IntegerDigits[n]] == x; Select[Prime[Range[25000]], palQ[# + Prime[#]] &] (* _Jayanta Basu_, Jun 24 2013 *) %K A145531 nonn %O A145531 1,1 %A A145531 Ulrich Krug (leuchtfeuer37(AT)gmx.de), Jan 22 2009, Mar 02 2009, Mar 04 2009