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.
1583704193^(1+5+8+3+7+0+4+1+9+3)=1583704193 (mod 10^10) so 1583704193 is in the sequence. It is interesting that each of the four numbers 751^(7+5+1), 751^(7*5*1), 751^pi(751) and 751^prime(751) ends with 751.
Do[n=Prime[m];a=IntegerDigits[n];If[PowerMod[n,Apply[Plus,a],10^Length[a]] ==n,Print[n]],{m,100000000}]
Comments