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.

A068132 Triangular numbers with sum of digits = 28.

Original entry on oeis.org

5995, 14878, 17578, 24976, 29890, 32896, 36856, 37675, 42778, 47278, 52975, 53956, 54946, 55945, 56953, 57970, 67528, 68635, 69751, 70876, 75466, 76636, 77815, 83845, 85078, 87571, 88831, 91378, 92665, 93961, 95266, 96580, 97903
Offset: 1

Views

Author

Amarnath Murthy, Feb 21 2002

Keywords

Comments

The sequence is unbounded, as the (10^k + 9)-th triangular number for k>1 is a term.
The sum of the digits of triangular numbers in most cases is a triangular number.
Conjecture: For every triangular number T there exist infinitely many triangular numbers with sum of digits = T.

Crossrefs

Subsequence of A000217.

Programs

  • Mathematica
    Select[Accumulate[Range[500]],Total[IntegerDigits[#]]==28&] (* Harvey P. Dale, Aug 30 2015 *)

Extensions

More terms from Sascha Kurz, Mar 06 2002
Offset changed by Andrew Howroyd, Sep 19 2024