A378971 Antidiagonal-sums of absolute value of the array A378622(n,k) = n-th term of k-th differences of strict partition numbers (A000009).
1, 1, 1, 5, 8, 18, 30, 47, 70, 110, 177, 309, 574, 1063, 1892, 3107, 4598, 6166, 8737, 20603, 62457, 149132, 314116, 614093, 1155968, 2176048, 4244322, 8753864, 19006756, 42472117, 95235017, 210396059, 453414950, 949510166, 1931941261, 3826650257, 7400745917
Offset: 0
Keywords
Examples
Antidiagonal 4 of A378622 is (2, 0, -1, -2, -3), so a(4) = 8.
Crossrefs
Programs
-
Mathematica
nn=30; t=Table[Take[Differences[PartitionsQ/@Range[0,2nn],k],nn],{k,0,nn}]; Total/@Abs/@Table[t[[j,i-j+1]],{i,nn/2},{j,i}]