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 A083974 #18 Mar 25 2019 13:54:47 %S A083974 3,313,13331,33533,1333331,3331333,323333323,13333633331,31333333313, %T A083974 1333335333331,3233333333323,133333353333331,332333333333233, %U A083974 333333313333333,33233333333333233,1333333336333333331,3333333313133333333,133333333383333333331 %N A083974 Smallest palindromic prime containing exactly n 3's. %H A083974 Chai Wah Wu, <a href="/A083974/b083974.txt">Table of n, a(n) for n = 1..500</a> %t A083974 Table[d = 3; i = 1; %t A083974 While[ x = IntegerDigits[Prime[i]]; %t A083974 x != Reverse[x] || Count[x, d] != n , i++]; %t A083974 FromDigits[x], {n, 1, 6}] (* _Robert Price_, Mar 25 2019 *) %Y A083974 Cf. A083972, A083973, A083975, A083976, A083977, A083978, A083979, A083980, A083981. %K A083974 base,nonn %O A083974 1,1 %A A083974 _Amarnath Murthy_ and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 21 2003 %E A083974 More terms from _Giovanni Resta_, Feb 08 2006