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.

A238936 Powers of 6 without the digit '0' in their decimal expansion.

Original entry on oeis.org

1, 6, 36, 216, 1296, 7776, 46656, 279936, 1679616, 2176782336, 16926659444736, 4738381338321616896, 36845653286788892983296, 17324272922341479351919144385642496
Offset: 1

Views

Author

M. F. Hasler, Mar 07 2014

Keywords

Comments

Conjectured to be finite and complete. See the OEIS wiki page for further information, references and links.

Crossrefs

Programs

  • Mathematica
    Select[6^Range[0,50],DigitCount[#,10,0]==0&] (* Harvey P. Dale, Dec 03 2020 *)
  • PARI
    for(n=0,99,vecmin(digits(6^n))&& print1(6^n","))

Formula

a(n)=6^A030702(n).

Extensions

Keyword:fini and keyword:full removed by Jianing Song, Jan 28 2023 as finiteness is only conjectured.