A377056 Antidiagonal-sums of the array A175804(n,k) = n-th term of k-th differences of partition numbers (A000041).
1, 1, 4, 3, 11, 2, 36, -27, 142, -207, 595, -1066, 2497, -4878, 10726, -22189, 48383, -103318, 224296, -480761, 1030299, -2186942, 4626313, -9740648, 20492711, -43109372, 90843475, -191769296, 405528200, -858373221, 1817311451, -3845483855, 8129033837
Offset: 0
Keywords
Examples
Antidiagonal i + j = 3 of A175804 is (3, 1, 0, -1), so a(3) = 3.
Crossrefs
Programs
-
Mathematica
nn=20; t=Table[Differences[PartitionsP/@Range[0,2nn],k],{k,0,nn}]; Total/@Table[t[[j,i-j+1]],{i,nn},{j,i}]
Comments