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.

A378558 Powers of 4 that do not include the digit 4.

Original entry on oeis.org

1, 16, 256, 65536, 16777216, 1099511627776
Offset: 1

Views

Author

Erich Friedman, Nov 30 2024

Keywords

Comments

Any additional terms have an exponent of at least 10^5.

Crossrefs

Cf. A000302.

Programs

  • Mathematica
    Select[4^Range[0,100000],Not[MemberQ[IntegerDigits[#],4]]&]