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.

A362072 Antidiagonal sums of A336225.

This page as a plain text file.
%I A362072 #18 Apr 12 2023 09:17:21
%S A362072 0,0,1,4,10,20,35,20,39,48,57,58,61,58,95,110,140,114,159,186,205,172,
%T A362072 160,134,203,206,252,216,288,262,265,280,281,260,371,354,381,282,382,
%U A362072 430,454,410,425,392,528,510,528,466,568,628,593,626,629,594,666,684,775
%N A362072 Antidiagonal sums of A336225.
%H A362072 Stefano Spezia, <a href="/A362072/b362072.txt">Table of n, a(n) for n = 0..10000</a>
%F A362072 a(n) = Sum_{k=1..n} A007953(k*(n-k)). - _Andrew Howroyd_, Apr 08 2023
%t A362072 T[i_, j_]:=Total[IntegerDigits[i*j]]; Table[Sum[T[n-j, j],{j,0,n}],{n,0,56}]
%o A362072 (PARI) a(n) = sum(k=1, n, sumdigits(k*(n-k))) \\ _Andrew Howroyd_, Apr 08 2023
%Y A362072 Cf. A003991, A007953, A336225, A353128.
%K A362072 nonn,base,look
%O A362072 0,4
%A A362072 _Stefano Spezia_, Apr 08 2023