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.

A023742 Base 4 expansion uses each positive digit just once.

Original entry on oeis.org

27, 30, 39, 45, 54, 57, 75, 78, 99, 108, 114, 120, 135, 141, 147, 156, 177, 180, 198, 201, 210, 216, 225, 228, 267, 270, 291, 300, 306, 312, 387, 396, 432, 450, 456, 480, 519, 525, 531, 540, 561, 564, 579, 588, 624, 705, 708, 720
Offset: 1

Views

Author

Keywords

Comments

By definition a subset of A039562. The number 4005, for example, is in A039562 but not in here. - R. J. Mathar, May 23 2008

Programs

  • Mathematica
    Union[ Map[ Plus@@(Array[ (4^#)&, Length[ # ], 0 ]*#)&, Flatten[ Table[ Permutations[ Join[ Range[ 4-1 ], Array[ 0&, k ] ] ], {k, 0, 2} ], 1 ] ] ]