A377034 Antidiagonal-sums of the array A377033(n,k) = n-th term of the k-th differences of the composite numbers (A002808).
4, 8, 10, 8, 14, 14, 11, 24, 10, 20, 37, -10, 56, 26, -52, 260, -659, 2393, -8128, 25703, -72318, 184486, -430901, 933125, -1888651, 3597261, -6479654, 11086964, -18096083, 28307672, -42644743, 62031050, -86466235, 110902085, -110907437, 52379, 483682985
Offset: 1
Keywords
Examples
The fourth antidiagonal of A377033 is (9, 1, -1, -1), so a(4) = 8.
Crossrefs
Programs
-
Mathematica
q=Select[Range[100],CompositeQ]; t=Table[Sum[(-1)^(j-k)*Binomial[j,k]*q[[i+k]],{k,0,j}],{j,0,Length[q]/2},{i,Length[q]/2}]; Total/@Table[t[[j,i-j+1]],{i,Length[q]/2},{j,i}]
Comments