OFFSET
1,1
EXAMPLE
The fourth antidiagonal of A377033 is (9, 1, -1, -1), so a(4) = 12.
MATHEMATICA
q=Select[Range[120], 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[Abs[t[[j, i-j+1]]], {i, Length[q]/2}, {j, i}]
CROSSREFS
This is the antidiagonal-sums of absolute value of the array A377033.
Other arrays of differences: A095195 (prime), A376682 (noncomposite), A377033 (composite), A377038 (squarefree), A377046 (nonsquarefree), A377051 (prime-power).
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 18 2024
STATUS
approved