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.

Showing 1-5 of 5 results.

A068130 Triangular numbers with sum of digits = 15.

Original entry on oeis.org

78, 276, 465, 528, 780, 861, 1176, 1275, 1653, 1770, 2346, 2850, 3570, 3741, 4371, 4560, 5253, 5460, 6216, 6441, 7260, 7503, 11175, 12246, 12561, 14028, 15225, 17205, 20706, 22155, 24090, 24531, 26106, 28203, 30381, 32640, 33153, 35511
Offset: 1

Views

Author

Amarnath Murthy, Feb 21 2002

Keywords

Comments

1. The sequence is unbounded, as the (2*10^k +3)-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.

Crossrefs

Programs

  • Mathematica
    Select[Accumulate[Range[300]],Total[IntegerDigits[#]]==15&] (* Harvey P. Dale, Oct 09 2012 *)

Extensions

More terms from Sascha Kurz, Mar 06 2002

A068131 Triangular numbers with sum of digits = 21.

Original entry on oeis.org

1596, 2775, 3486, 3828, 4278, 4656, 5565, 6555, 7626, 8256, 9453, 14196, 15753, 16653, 17391, 18336, 21945, 22791, 23871, 24753, 28920, 32385, 34716, 37128, 38226, 39621, 40755, 42195, 43365, 44850, 46056, 51681, 54615, 56280, 57630
Offset: 1

Views

Author

Amarnath Murthy, Feb 21 2002

Keywords

Comments

1. The sequence is unbounded, as the (5*10^k + 6)-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.

Crossrefs

Subsequence of A000217.

Programs

  • Mathematica
    Select[Accumulate[Range[400]],Total[IntegerDigits[#]]==21&] (* Harvey P. Dale, Jun 06 2015 *)

Extensions

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

A068133 First triangular number with digit sum = n-th triangular number.

Original entry on oeis.org

0, 1, 3, 6, 28, 78, 1596, 5995, 67896, 887778, 15997996, 398988876, 9876799878, 299789989975, 35998897988976, 589598998999878, 78999997699698778, 7987899888859999878, 1998997979958978979995, 539799799988999999688778
Offset: 0

Views

Author

Amarnath Murthy, Feb 21 2002

Keywords

Comments

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.
From Jon E. Schoenfield, Jun 29 2010: (Start)
For any positive k < 132, it is true that more than half of the positive triangular numbers from T(1) through T(k) have a triangular digit sum. However, for any k > 132, more than half of the positive triangular numbers from T(1) through T(k) have a nontriangular digit sum. (At k = 132, there are 66 triangular and 66 nontriangular.)
There exist only finitely many triangular numbers whose digit sum is T(0)=0 or T(1)=1: T(0)=0 is, of course, the only one with digit sum 0, and T(1)=1 and T(4)=10 are the only two with digit sum 1. However, for digit sums equal to each of at least the next several triangular numbers, the conjecture can be easily confirmed by observing that, e.g., T(2), T(20), T(200), T(2000), etc., all have digit sum T(2)=3; T(2+1), T(20+1), T(200+1), T(2000+1), etc., all have digit sum T(3)=6; T(20+2), T(200+2), T(2000+2), T(20000+2), etc., all have digit sum T(4)=10; and, similarly, for all sufficiently large values of j, triangular numbers of the form T(2*10^j+m), where m = 3, 9, 23, 34, 132, 368, 1332, 3943, 19388, 88248, 244948, 1788848, 9838483, 19994343, respectively, will have digit sums T(5)=15, T(6)=21, ..., T(18)=171, respectively. (End)

Crossrefs

Formula

a(n) = A000217(A068134(n)). - Andrew Howroyd, Sep 21 2024

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Jun 17 2002
Term a(0) inserted and terms a(18) and a(19) added by Jon E. Schoenfield, Jun 29 2010

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

A085123 Smallest member of A002473 whose digital product = A002473(n), or 0 if no such number exists.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 25, 126, 27, 35, 28, 36, 45, 0, 64
Offset: 1

Views

Author

Amarnath Murthy, Jul 06 2003

Keywords

Comments

Conjecture: No entry is zero.
Next term (A002473(n) = 21) is either 0 or > 10^100. - David Wasserman, Jan 27 2005
a(17) = 0, because A002473(17) = 21 = 3*7 and the last two digits of every member of A002473 greater than 7 contain a digit other than 1, 3, and 7. - Robert Israel, Nov 23 2019
Similarly, a(n) = 0 whenever n >=17 and A002473(n) is coprime to 10. - Robert Israel, Nov 24 2019

Examples

			20 is a member of A002473 and the corresponding term is 45 which is also a member of A002473.
		

Crossrefs

Extensions

a(17) and a(18) from Robert Israel, Nov 23 2019
Showing 1-5 of 5 results.