A239477 Smallest number with additive and multiplicative persistence equal to n.
0, 10, 28, 289, 2488888888888888999999999
Offset: 0
Examples
a(3) = 289 because 289 is the smallest number with additive persistence 3, 289 -> 19 -> 10 -> 1 and multiplicative persistence 3, 289 -> 144 -> 16 -> 6.
Comments