A379834 Positive integers with digits in nondescending order whose digit product is an integer power of their digit sum, given power > 1.
999, 2558, 3366, 4444, 12489, 13377, 22444, 112668, 113388, 114455, 122289, 123336, 222244, 666666, 1113399, 1113468, 1114449, 1122455, 1133334, 1377789, 1555888, 2222224, 2346669, 3334689, 3344499, 4444448, 11112778, 11114466, 11122368, 11122449, 11222255, 11223333, 11467779, 12366666, 13336668
Offset: 1
Examples
The product of the digits of 999 equals the sum of the digits, 27, squared. The product of the digits of 666666 equals the cube of the sum of the digits, 36.
Links
- Robert Kinner, Pascal Program
Programs
-
Pascal
// See Robert Kinner link.
Comments