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.

A023798 Xenodromes: all digits in base 3 are different.

Original entry on oeis.org

0, 1, 2, 3, 5, 6, 7, 11, 15, 19, 21
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    FromDigits[#,3]&/@Flatten[Permutations/@Subsets[{0,1,2}],1]//Union (* Harvey P. Dale, Jul 29 2021 *)