cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A033081 Numbers in which all pairs of consecutive base-10 digits differ by 3.

Original entry on oeis.org

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

Views

Author

Keywords

Programs

  • Mathematica
    Join[Range[9],Select[Range[4000],Union[Abs[Differences[ IntegerDigits[ #]]]] == {3}&]] (* Harvey P. Dale, Mar 10 2016 *)