A378970 Antidiagonal-sums of the array A378622(n,k) = n-th term of k-th differences of strict partition numbers (A000009).
1, 1, 1, 5, -4, 18, -20, 47, -56, 110, -153, 309, -532, 1045, -1768, 2855, -3620, 2928, 2927, -20371, 62261, -148774, 314112, -613835, 1155936, -2175658, 4244218, -8753316, 19006746, -42471491, 95234915, -210395017, 453414314, -949507878, 1931940045
Offset: 0
Keywords
Examples
Antidiagonal 4 of A378622 is (2, 0, -1, -2, -3), so a(4) = -4.
Crossrefs
Programs
-
Mathematica
nn=30; t=Table[Take[Differences[PartitionsQ/@Range[0,2nn],k],nn],{k,0,nn}]; Total/@Table[t[[j,i-j+1]],{i,nn/2},{j,i}]