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.

A378557 Powers of 3 that do not contain the digit 3.

Original entry on oeis.org

1, 9, 27, 81, 729, 2187, 6561, 59049, 177147, 4782969, 1162261467, 7625597484987, 22876792454961, 16677181699666569, 12157665459056928801, 717897987691852588770249, 174449211009120179071170507, 11972515182562019788602740026717047105681
Offset: 1

Views

Author

Erich Friedman, Nov 30 2024

Keywords

Comments

Any additional terms have exponent at least 10^5.

Crossrefs

Programs

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

Formula

a(n) = 3^A131629(n).