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”).

A033081
Numbers in which all pairs of consecutive base-10 digits differ by 3.
8
1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 25, 30, 36, 41, 47, 52, 58, 63, 69, 74, 85, 96, 141, 147, 252, 258, 303, 363, 369, 414, 474, 525, 585, 630, 636, 696, 741, 747, 852, 858, 963, 969, 1414, 1474, 2525, 2585, 3030, 3036, 3630, 3636, 3696
OFFSET
1,2
LINKS
MATHEMATICA
Join[Range[9], Select[Range[4000], Union[Abs[Differences[ IntegerDigits[ #]]]] == {3}&]] (* Harvey P. Dale, Mar 10 2016 *)
CROSSREFS
Sequence in context: A339111 A130010 A282765 * A032579 A151543 A222261
KEYWORD
nonn,base
STATUS
approved