T(n,k) is the k-th integer j > 1 such that the sum of digits of n^j is a power of n (or -1 if no such k-th integer exists); table read by downward antidiagonals.
A358667
T(n,k) is the k-th integer j > 1 such that the sum of digits of n^j is a power of n (or -1 if no such k-th integer exists); table read by downward antidiagonals.
Terms
- a(0) =2a(1) =3a(2) =2a(3) =4a(4) =3a(5) =2a(6) =5a(7) =9a(8) =3a(9) =18a(10) =6a(11) =36a(12) =4a(13) =88a(14) =8a(15) =7a(16) =85a(17) =5a(18) =97a(19) =208a(20) =7a(21) =8a(22) =176a(23) =9a(24) =100a(25) =977a(26) =8a(27) =4a(28) =9a(29) =194
External references
- oeis: A358667