login
A050748
Numbers k such that the decimal expansion of k^9 contains no pair of consecutive equal digits.
2
0, 1, 2, 3, 5, 7, 9, 11, 12, 16, 18, 25, 26, 29, 38, 41, 44, 64, 67, 75, 76, 78, 85, 89, 95, 97, 101, 107, 116, 125, 134, 135, 138, 139, 149, 176, 185, 205, 215, 221, 241, 262, 268, 272, 301, 315, 324, 325, 327, 336, 343, 344, 351, 352, 355, 357, 374, 382, 386
OFFSET
1,3
LINKS
MATHEMATICA
Select[Range[0, 400], FreeQ[Differences[IntegerDigits[#^9]], 0]&] (* Harvey P. Dale, Aug 21 2024 *)
CROSSREFS
Cf. A050756.
Sequence in context: A190785 A186290 A061979 * A348638 A079051 A226047
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Sep 15 1999
STATUS
approved