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.

A135121 Numbers such that the digital sum base 2 and the digital sum base 3 and the digital sum base 5 all are equal.

Original entry on oeis.org

0, 1, 6, 7, 10, 11, 60, 61, 180, 181, 285, 300, 301, 575, 687, 754, 826, 827, 882, 883, 900, 901, 910, 911, 1254, 1305, 1311, 1326, 1327, 1335, 1377, 1383, 1386, 1387, 1395, 1431, 1506, 1507, 1532, 1626, 1627, 1650, 1651, 1890, 1891, 1955, 2013, 2036, 2040
Offset: 1

Views

Author

Hieronymus Fischer, Dec 31 2007

Keywords

Examples

			a(2)=6, since ds_2(6)=ds_3(6)=ds_5(6), where ds_x=digital sum base x.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0,3000],Length[Union[Total/@IntegerDigits[#,{2,3,5}]]]==1&] (* Harvey P. Dale, Sep 04 2014 *)

Extensions

Added 0, Stanislav Sykora, May 06 2012