OFFSET
2,1
COMMENTS
Row n lists all positive integers k for which there exists at least one pair of positive integers (x, y) such that n^x = k^y and x+y is odd.
If n is an element of A007916, then row n lists all perfect powers of n^2.
LINKS
M. Eren Kesim, First Python program for A346460
M. Eren Kesim, Second Python program for A346460
EXAMPLE
Table begins:
4, 16, 64, 256, 1024, 4096, 16384, ...
9, 81, 729, 6561, 59049, 531441, 4782969, ...
2, 8, 16, 32, 128, 256, 512, ...
25, 625, 15625, 390625, 9765625, 244140625, 6103515625, ...
36, 1296, 46656, 1679616, 60466176, 2176782336, 7836416409, ...
49, 2401, 117649, 5764801, 282475249, 13841287201, 678223072849, ...
4, 16, 64, 256, 1024, 4096, 16384, ...
3, 27, 81, 243, 2187, 6561, 19683, ...
100, 10000, 1000000, 100000000, 10000000000, 1000000000000, 100000000000000, ...
PROG
(Python) See links.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
M. Eren Kesim, Aug 25 2021
STATUS
approved