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.

A114835 Minimal set of palindrome prime-strings in base 10 in the sense of A071062.

This page as a plain text file.
%I A114835 #14 Apr 03 2023 10:36:11
%S A114835 2,3,5,7,11,919,94049,94649,94849,94949,96469,98689,9809089,9888889,
%T A114835 9889889,9908099,9980899,9989899,900808009,906686609,906989609,
%U A114835 908000809,908444809,908808809,909848909,960898069,968999869,988000889
%N A114835 Minimal set of palindrome prime-strings in base 10 in the sense of A071062.
%C A114835 The one-digit primes are palindrome by default so the sequence starts off 2, 3, 5, 7 and so from now on all primes fitting one of the patterns *2*, *3*, *5*, *7* are excluded. The first palindrome prime that is not excluded is 11 so our list is now 2, 3, 5, 7, 11. Observe that from now on all the only palindrome primes allowed have first and last digit 9 and the only middle digits allowed are then 0, 1, 4, 6, 8, 9. But the first and only 3 digit palindrome to occur is 919, so from now on the only middle digits allowed are 0, 4, 6, 8, 9. The five digit palindrome primes that do not fit the patterns *2*, *3*, *5*, *7*, *1*1* and *9*1*9* are 94049, 94649, 94849, 94949, 96469, 98689. The rest of the sequence is determined in this recursive manner.
%D A114835 J.-P. Delahaye, "Pour la science", (French edition of Scientific American), Juin 2002, p. 99.
%D A114835 J. Shallit, Minimal primes, J. Recreational Mathematics, vol. 30.2, pp. 113-117, 1999-2000.
%H A114835 Walter A. Kehowski, <a href="/A114835/b114835.txt">Full list of terms</a>
%H A114835 C. K. Caldwell, The Prime Glossary, <a href="https://t5k.org/glossary/page.php?sort=MinimalPrime">minimal prime</a>
%H A114835 J. Shallit, <a href="http://www.cs.uwaterloo.ca/~shallit/Papers/minimal5.ps">Minimal primes</a>, J. Recreational Mathematics, vol. 30.2, pp. 113-117, 1999-2000.
%e A114835 a(6)=919 since it is the first 3-digit palindrome prime that does not fit the wildcard pattern established by the previous 5 elements, 2, 3, 5, 7, 11.
%p A114835 Maple worksheet available upon request.
%Y A114835 Cf. A071062, A071070.
%K A114835 base,fini,full,nonn
%O A114835 1,1
%A A114835 _Walter Kehowski_, Feb 19 2006