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.

A342044 When a digit d is odd, the next digit is > d.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 13, 40, 14, 15, 60, 16, 17, 80, 18, 20, 21, 22, 23, 41, 24, 25, 61, 26, 27, 81, 28, 34, 35, 62, 36, 37, 82, 38, 42, 43, 44, 45, 63, 46, 47, 83, 48, 56, 57, 84, 58, 64, 65, 66, 67, 85, 68, 78, 86, 87, 88, 120, 121, 200, 122, 123, 400, 124, 125, 600, 126, 127, 800, 128
Offset: 1

Views

Author

Eric Angelini, Feb 26 2021

Keywords

Comments

The sequence is always extended with the smallest positive integer not yet present that doesn't lead to a contradiction.
No digit 9 is present in the sequence (as 9, being odd, would block it).

Crossrefs

Cf. A342042, A342043, A342045, A342046 and A342047 (variations on the same idea).

Programs

  • PARI
    See Links section.