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.

A049359 Digitally balanced numbers in base 8: equal numbers of 0's, 1's, ..., 7's.

Original entry on oeis.org

2177399, 2177406, 2177455, 2177469, 2177518, 2177525, 2177847, 2177854, 2177959, 2177980, 2178022, 2178036, 2178351, 2178365, 2178407, 2178428, 2178533, 2178540, 2178862, 2178869, 2178918, 2178932, 2178981, 2178988
Offset: 1

Views

Author

Keywords

Examples

			2177399 is 10234567 in base 8.
		

Crossrefs

Cf. A031443.
Row n = 8 of A378000.

Programs

  • Mathematica
    Select[Range[2100000,2200000],Union[DigitCount[#,8]]=={1}&] (* Harvey P. Dale, Sep 14 2012 *)