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.

A039001 Numbers whose base-3 representation has the same number of 1's and 2's.

Original entry on oeis.org

0, 5, 7, 11, 15, 19, 21, 29, 33, 44, 45, 50, 52, 55, 57, 63, 68, 70, 76, 83, 87, 98, 99, 104, 106, 116, 128, 132, 135, 140, 142, 146, 150, 154, 156, 163, 165, 171, 176, 178, 184, 189, 194, 196, 200, 204, 208, 210, 220, 226, 228, 245, 249, 260, 261, 266, 268
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • PARI
    isok(m) = my(d=digits(m, 3)); #select(x->(x==1), d) == #select(x->(x==2), d); \\ Michel Marcus, Mar 23 2020