A320721
Smallest number with multiplicative persistence n in base 15.
Original entry on oeis.org
0, 15, 38, 58, 89, 582, 1964, 19526, 596667, 30104309, 140410607143, 3753516452901780134
Offset: 0
-
With[{s = Array[Length@ FixedPointList[Times @@ IntegerDigits[#, 15] &, #] - 2 &, 15^5]}, Array[FirstPosition[s, #][[1]] &, Max@ s]] (* Michael De Vlieger, Nov 13 2018 *)
A320722
Reduced numbers with multiplicative persistence 10 in base 15.
Original entry on oeis.org
140410607143, 1529496523124, 30274147243526, 67350019670759, 7089716293342874, 3849295817347935749, 865622396227851562499, 3828443727329799920759, 58587921323581341796874, 166262899060252599981509, 166474902537536044921874, 506770656544051011608563336879188899
Offset: 1
The number 140410607143 represented in base 15, with A..E for 10..14 is 39BBCCCCCD. Other numbers with the same reduced number are for instance: 333BBCCCCCD, 39BB34CCCCD, 139BBCCCCCD; or any number obtained by permutation of the digits of those numbers.
Showing 1-2 of 2 results.
Comments