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 A168439 #19 Jul 30 2025 00:58:47 %S A168439 23,43,233,433,2333,3323,3343,3433,23333,33343,323333,333233,333323, %T A168439 333433,334333,343333,3233333,3333233,3333433,3433333,32333333, %U A168439 33323333,34333333,333233333,333334333,3233333333,3333323333,3333332333,3333333323,3334333333,23333333333,33333333343,333332333333,333333333323,333333343333,3333333333433,3433333333333,33332333333333,33333233333333,33333333332333,33333333333323,33333333433333 %N A168439 Near-repdigit primes with 3 as the repeated digit, and either 2 or 4 as the single digit in base 10. %C A168439 Union of A168438 and A138974. %H A168439 Harvey P. Dale, <a href="/A168439/b168439.txt">Table of n, a(n) for n = 1..1608</a> (All terms having 401 or fewer digits) %t A168439 (* First run the programs for A168438 and A138974 *) Take[Union[A168438, A138974], 40] %t A168439 Select[Flatten[Table[FromDigits/@Permutations[Join[{m},PadRight[{},n,3]]],{n,14},{m,{2,4}}]],PrimeQ]//Sort (* _Harvey P. Dale_, Oct 08 2018 *) %Y A168439 Cf. A105981, A137248, A138975, A168438, A138974. %K A168439 nonn,base %O A168439 1,1 %A A168439 _Lekraj Beedassy_, Nov 25 2009 %E A168439 a(1)-a(28) verified and a(29)-a(42) added by _Alonso del Arte_, Dec 15 2009