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.
%I A141804 #5 Jun 18 2018 15:54:55 %S A141804 1,2,3,5,8,7,15,15,18,22,33,25,40,44,47,49,64,64,83,77,86,97,119,105, %T A141804 123,137,145,150,177,162,195,193,214,229,250,227,264,283,302,292,333, %U A141804 321,363,368,376,398,446,419,455,465,489,505,551,542,580,567,602,631 %N A141804 Row sums of triangle A141803. %H A141804 Ivan Neretin, <a href="/A141804/b141804.txt">Table of n, a(n) for n = 1..10000</a> %e A141804 a(5) = 8 since row 5 of triangle A141803 = (1 + 2 + 3 + 2 + 0). %t A141804 Table[Total@Table[Mod[Total@IntegerDigits[n - i, i], i], {i, n - 1, 2, -1}], {n, 3, 60}] (* _Ivan Neretin_, Jun 18 2018 *) %Y A141804 Cf. A141803. %K A141804 nonn %O A141804 1,2 %A A141804 _Gary W. Adamson_, Jul 06 2008 %E A141804 More terms from _Ivan Neretin_, Jun 18 2018