Consider the binomial transform of 0, 0, 0, 0, 0, 1 (period 6) with its differences:
0, 0, 0, 0, 0, 1, 6, 21, 56, 126,... d(n): after 0, it is
A192080.
0, 0, 0, 0, 1, 5, 15, 35, 70, 126,... e(n)
0, 0, 0, 1, 4, 10, 20, 35, 56, 85,... f(n)
0, 0, 1, 3, 6, 10, 15, 21, 29, 45,... a(n)
0, 1, 2, 3, 4, 5, 6, 8, 16, 45,... b(n)
1, 1, 1, 1, 1, 1, 2, 8, 29, 85,... c(n)
0, 0, 0, 0, 0, 1, 6, 21, 56, 126,... d(n).
a(n) - d(n) = 0, 0, 1, 3, 6, 9, 9, 0,...
A057083(n-2)
b(n) - e(n) = 0, 1, 2, 3, 3, 0, -9, -27,...
A057682(n)
c(n) - f(n) = 1, 1, 1, 0, -3, -9, -18, -27,...
A057681(n)
d(n) - a(n) = 0, 0, -1, -3, -6, -9, -9, 0,... -
A057083(n-2)
e(n) - b(n) = 0, -1, -2, -3, -3, 0, 9, 27,... -
A057682(n)
f(n) - c(n) = -1, -1, -1, 0, 3, 9, 18, 27,... -
A057681(n).
The first two trisections are multiples of 3. Is the third (1, 10, 29,...) mod 9
A029898(n)?