A083493 Multiples of 5 in which there is no common digit in successive terms.
5, 10, 25, 30, 45, 60, 75, 80, 95, 100, 225, 300, 415, 600, 715, 800, 915, 2000, 3115, 4000, 5115, 6000, 7115, 8000, 9115, 20000, 31115, 40000, 51115, 60000, 71115, 80000, 91115, 200000, 311115, 400000, 511115, 600000, 711115, 800000, 911115
Offset: 0
Formula
For n >= 22, a(n) = a(n-2) + 10 * a(n-8) - 10*a(n-10). - Robert Israel, Sep 15 2024
Extensions
More terms from David Wasserman, Nov 16 2004
Comments