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 A348392 #7 Nov 27 2021 11:58:41 %S A348392 2,5,13,18,36,43,67,85,115,126,186,199,241,286,350,367,457,476,576, %T A348392 639,705,728,896,946,1024,1105,1245,1274,1484,1515,1675,1774,1876, %U A348392 1981,2269,2306,2420,2537,2817 %N A348392 Row sums of the irregular triangle A348389. %F A348392 a(n) = Sum_{m=1.. A002541(n)} A348389(n, m), for n >= 2. %F A348392 a(n) = A143127(n) - A000217(n). %F A348392 a(n) = A348391(n) - A153485(n). %e A348392 n = 4: Compare the row of an array with all multiples of k <= n, for k = 1,2, ..., n with the row of A348389: %e A348392 All multiples of k <= 4 for k = 1..4: [1 2 3 4|2 4|3|4] with row sum A143127(4) = 23. %e A348392 A348389 row 4: [2 3 4|4] with 1, 2, 3 and 4 missing: row sum is 23 - 4*5/2 = 13. Hence a(4) = A143127(4) - A000217(4). %e A348392 Also: a(4) = A348391(4) - A153485(4) = 18 - 5 = 13. %Y A348392 Cf. A000217, A002541, A143127, A348389. %K A348392 nonn,easy %O A348392 2,1 %A A348392 _Wolfdieter Lang_, Oct 31 2021