A199631 Numbers having each digit once and whose cube has each digit three times.
4680215379, 4752360918, 4765380219, 4915280637, 5063248197, 5164738920, 5382417906, 5426370189, 5429013678, 5628130974, 5679321048, 5697841320, 5762831940, 5783610492, 5786430129, 5903467821, 6019285734, 6053147982, 6095721483, 6143720958, 6158723094
Offset: 1
Examples
4680215379^3 = 102517384602327906545167884939.
Links
- T. D. Noe, Table of n, a(n) for n = 1..74 (all terms).
- Patrick De Geest, The nine digits (page 4) with some ten digit (pandigital) exceptions
- Author?, All terms
Crossrefs
Programs
-
Mathematica
t = Select[Permutations[Range[0, 9]], #[[1]] > 0 &]; t2 = Select[t, Union[DigitCount[FromDigits[#]^3]] == {3} &]; FromDigits /@ t2