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 *)
A320723
Reduced numbers with multiplicative persistence 9 in base 15.
Original entry on oeis.org
30104309, 100129033, 109845884, 451564392, 622423768, 916946759, 6799389524, 9336252149, 19587821624, 98891779017, 255373745624, 1499291015624, 1532242466549, 2023768276633, 2636118566533, 2644378346249, 4324878052633, 5560581801133, 22242792374999
Offset: 1
The number 30104309 represented in base 15, with A..E for 10..14 is 2999BDE. Other numbers with the same reduced number are for instance: 23399BDE,2999BD27, 12999BDE; or any number obtained by permutation of the digits of those numbers.
Showing 1-2 of 2 results.
Comments