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.

A382413 Numbers with at least one zero in their base-7 representation.

Original entry on oeis.org

0, 7, 14, 21, 28, 35, 42, 49, 50, 51, 52, 53, 54, 55, 56, 63, 70, 77, 84, 91, 98, 99, 100, 101, 102, 103, 104, 105, 112, 119, 126, 133, 140, 147, 148, 149, 150, 151, 152, 153, 154, 161, 168, 175, 182, 189, 196, 197, 198, 199, 200, 201, 202, 203, 210, 217, 224, 231, 238
Offset: 1

Views

Author

Paolo Xausa, Mar 24 2025

Keywords

Crossrefs

Cf. analogous sequences in other bases: A062289 (base 2), A081605 (base 3), A196032 (base 4), A382415 (base 5), A382416 (base 6), A382417 (base 8), A382418 (base 9), A011540 (base 10).
Cf. A007093, A043393, A382412 (complement).

Programs

  • Mathematica
    Select[Range[0, 250], DigitCount[#, 7, 0] > 0 &]