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.

A045914 Triangular numbers with all digits the same.

Original entry on oeis.org

0, 1, 3, 6, 55, 66, 666
Offset: 1

Views

Author

Keywords

Comments

Escott (1905) proved that there are no more terms with fewer than 30 digits. The complete proof that there are no more terms was given by Ballew and Weger (1972). - Amiram Eldar, Jan 22 2022
Hercher and Fegert pointed out that the proof by Ballew and Weger was flawed, and provided an alternative proof (2025). - Seiichi Azuma, Mar 25 2025

References

  • L. E. Dickson, History of the Theory of Numbers, Vol. II, p. 33, Chelsea NY, 1952.
  • E. B. Escott, Math. Quest. Educational Times, New Series, Vol. 8 (1905), pp. 33-34. - N. J. A. Sloane, Mar 31 2014

Crossrefs

Cf. A213516 (triangular numbers having only 1 or 2 different digits).
Cf. A118668.

Programs

  • Mathematica
    Select[Union[Flatten[Table[FromDigits[PadRight[{},n,k]],{n,3},{k,0,9}]]],OddQ[ Sqrt[8#+1]]&] (* Harvey P. Dale, Feb 11 2020 *)

Formula

A118668(a(n)) = 1. - Reinhard Zumkeller, Jul 11 2015

Extensions

0 inserted by T. D. Noe, Jun 22 2012