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.

A043519 Numbers having three 7's in base 10.

Original entry on oeis.org

777, 1777, 2777, 3777, 4777, 5777, 6777, 7077, 7177, 7277, 7377, 7477, 7577, 7677, 7707, 7717, 7727, 7737, 7747, 7757, 7767, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7778, 7779, 7787, 7797, 7877, 7977, 8777, 9777, 10777
Offset: 1

Views

Author

Keywords

Crossrefs

Subsequence of A011537.

Programs

  • Mathematica
    Select[Range[11000],DigitCount[#,10,7]==3&] (* Harvey P. Dale, Mar 25 2015 *)