login
Power and multiply: distinct numbers a^b * c^d * e^f * g^h * i^j where a..j are permutations of 0..9.
4

%I #9 Jan 21 2016 10:28:19

%S 0,6615000,7717500,7938000,8640000,10368000,10804500,10838016,

%T 10935000,11113200,11520000,12644352,12965400,13122000,13720000,

%U 14155776,14224896,15431472,15680000,16402500,16588800,16595712,17280000,17364375,17915904,18432000,18874368

%N Power and multiply: distinct numbers a^b * c^d * e^f * g^h * i^j where a..j are permutations of 0..9.

%C The sequence contains 6437 terms.

%H Lars Blomberg, <a href="/A266914/b266914.txt">Table of n, a(n) for n = 1..6437</a>

%e 5^4 * 6^1 * 7^3 * 8^2 * 9^0 = 625 * 6 * 343 * 64 * 1 = 82320000 is in the sequence.

%Y Cf. A266915, A266916, A266917.

%K nonn,full,fini

%O 1,2

%A _Lars Blomberg_, Jan 06 2016