A337261 Numbers k such that the digits of 4^k cannot be rearranged to form the digits of t^2, for t not a power of 2.
0, 1, 2, 3, 8, 9, 11, 12
Offset: 1
Examples
4 is not here because 4^4 = 256 -> 625 = 25^2. 10 is not here, because 4^10 = 1048576 -> 1056784 = 1028^2. 11 is here, even though 4^11 = 4194304 -> 0413449 = 643^2, because leading zeros aren't allowed.
References
- Don Reble, Posting to Sequence Fans Mailing List, Aug 21 2020
Comments