A171269 Intersection of A171267 and A171268.
5, 751, 79193
Offset: 1
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.
7799999^(7*7*9*9*9*9*9) == 7799999 (mod 10^7), so 7799999 is a term.
Do[n=Prime[m];a=IntegerDigits[n];If[PowerMod[n,Apply[Times,a],10^Length[a]]==n,Print[n]],{m,100000000}]
Comments