login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A032980
Numbers with the property that all pairs of consecutive base-9 digits differ by 0 or 1.
1
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 19, 20, 21, 29, 30, 31, 39, 40, 41, 49, 50, 51, 59, 60, 61, 69, 70, 71, 79, 80, 81, 82, 90, 91, 92, 100, 101, 102, 171, 172, 173, 181, 182, 183, 191, 192, 193, 262, 263, 264, 272, 273, 274, 282, 283, 284
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[300], Max[Abs[Differences[IntegerDigits[#, 9]]]]<2&] (* Harvey P. Dale, Oct 15 2014 *)
CROSSREFS
Cf. A007095.
Sequence in context: A289234 A033000 A130573 * A239217 A130571 A377961
KEYWORD
nonn,base
STATUS
approved