A342346 a(1) = 4, a(n) = smallest palindromic nontrivial multiple of a(n-1) containing all decimal digits of a(n-1).
4, 44, 484, 48884, 8408048, 84088888048, 8408888888888888048, 84088888888888888888888888888888048
Offset: 1
Examples
a(3) = 484 is a palindromic multiple of a(2) = 44 and contains two '4', all the digits of a(2).
Extensions
a(8) from Max Alekseyev, Feb 07 2024
Comments