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 A128376 #6 Dec 20 2018 14:11:37 %S A128376 94649,94849,94949,96469,98689,9446449,9686869,9888889,9889889, %T A128376 9896989,9989899,944999449,946666649,946999649,948898849,964444469, %U A128376 964989469,966848669,968646869,968666869,968868869,968898869,968999869,986444689 %N A128376 Palindromic primes with only composite digits (i.e.,4,6,8,9). %C A128376 Subsequence of A128375. %t A128376 Select[Flatten[Table[FromDigits/@Tuples[{4,6,8,9},n],{n,9}]],PalindromeQ[ #] && PrimeQ[#]&] (* _Harvey P. Dale_, Dec 20 2018 *) %Y A128376 Cf. A002385, A083185. %K A128376 nonn,base,less %O A128376 1,1 %A A128376 _Lekraj Beedassy_, Feb 27 2007 %E A128376 Corrected by _Ray Chandler_, Feb 28 2007