A220354 Irregular triangle T(n,k), read by rows; row n gives coefficients in expansion of P_n(x), which is defined by: P_0(x) = 1, P_n(x) = P_(n-1)(x)+x if n odd, P_n(x) = P_(n-1)(x)*x if n even.
1, 1, 1, 0, 1, 1, 0, 2, 1, 0, 0, 2, 1, 0, 1, 2, 1, 0, 0, 1, 2, 1, 0, 1, 1, 2, 1, 0, 0, 1, 1, 2, 1, 0, 1, 1, 1, 2, 1, 0, 0, 1, 1, 1, 2, 1, 0, 1, 1, 1, 1, 2, 1, 0, 0, 1, 1, 1, 1, 2, 1, 0, 1, 1, 1, 1, 1, 2, 1, 0, 0, 1, 1, 1, 1, 1, 2, 1, 0, 1, 1, 1, 1, 1, 1, 2, 1
Offset: 0
Examples
Irregular triangle begins: 1 1, 1 0, 1, 1 0, 2, 1 0, 0, 2, 1 0, 1, 2, 1 0, 0, 1, 2, 1 0, 1, 1, 2, 1 0, 0, 1, 1, 2, 1 0, 1, 1, 1, 2, 1 0, 0, 1, 1, 1, 2, 1 0, 1, 1, 1, 1, 2, 1 0, 0, 1, 1, 1, 1, 2, 1 0, 1, 1, 1, 1, 1, 2, 1 ...
Crossrefs
Cf. A219605.
Comments