login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A068128
Triangular numbers with sum of digits = 6.
6
6, 15, 105, 231, 2211, 3003, 20301, 112101, 2003001, 122000010, 200030001, 20000300001, 2000003000001, 200000030000001, 20000000300000001, 2000000003000000001, 200000000030000000001, 20000000000300000000001, 2000000000003000000000001
OFFSET
1,1
COMMENTS
1. The sequence is unbounded, as the (2*10^k +1)-th triangular number is a term. 2. The sum of the digits of triangular numbers in most cases is a triangular number. 3. Conjecture: For every triangular number T there exist infinitely many triangular numbers with sum of digits = T.
MATHEMATICA
Select[Accumulate[Range[20000002]], Total[IntegerDigits[#]]==6&] (* Harvey P. Dale, Jun 05 2012 *)
CROSSREFS
Intersection of A000217 and A052220.
Cf. A068127.
Sequence in context: A194265 A129521 A029765 * A013222 A013228 A133472
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 21 2002
EXTENSIONS
More terms from Sascha Kurz, Mar 06 2002
More terms from Sean A. Irvine, Mar 17 2023
Offset changed by Andrew Howroyd, Sep 17 2024
STATUS
approved