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 A171268 #16 Jun 26 2018 12:44:52 %S A171268 5,11,37,61,73,199,751,3761,7993,79193,7799999,1111111111111111111, %T A171268 11111111111111111111111,199999999999999999999999999 %N A171268 Primes q such that q^p ends with q, where p is the product of the digits of q. %C A171268 All repunit primes (A004022) are in the sequence. %C A171268 Number 2*10^k-1 is a term whenever k is an even term of A002957. - _Max Alekseyev_, Jun 08 2018 %C A171268 a(15) = 38*10^152-1, a(16) = 2*10^236-1, a(17) = 2*10^248-1, a(18) = (10^317-1)/9, a(19) = 38*10^352-1, a(20) = 2*10^386-1, a(21) = 78*10^535-1, a(22) = 2*10^546-1 are too large to include here. - _Max Alekseyev_, Jun 26 2018 %H A171268 Max Alekseyev, <a href="/A171268/b171268.txt">Table of n, a(n) for n = 1..22</a> %e A171268 7799999^(7*7*9*9*9*9*9) == 7799999 (mod 10^7), so 7799999 is a term. %t A171268 Do[n=Prime[m];a=IntegerDigits[n];If[PowerMod[n,Apply[Times,a],10^Length[a]]==n,Print[n]],{m,100000000}] %Y A171268 Cf. A004022, A171267, A171269. %K A171268 base,nonn %O A171268 1,1 %A A171268 _Farideh Firoozbakht_, Apr 28 2010 %E A171268 a(12)-a(14) from _Max Alekseyev_, Aug 18 2013