A254928 Smallest (nontrivial) prime that, for each k from 2 to n, remains prime when each digit is replaced by the digit's k-th power.
13, 13, 13, 137, 157163, 153391501, 153391501, 1126903901803
Offset: 2
Examples
a(5) = 137; (1^k)&(3^k)&(7^k), where "&" represents concatenation of numbers: for k=2, 1949 (prime), for k=3, 127343 (prime), for k=4, 1812401 (prime), for k=5, 124316807 (prime).
Crossrefs
Extensions
a(9) from Giovanni Resta, May 19 2015
Comments