A143316 Triangle read by rows, A054525 * A143315, 1<=k<=n.
1, 2, 1, 4, 0, 1, 4, 2, 0, 1, 8, 0, 0, 0, 1, 4, 4, 2, 0, 0, 1, 12, 0, 0, 0, 0, 0, 1, 8, 4, 0, 2, 0, 0, 0, 1, 12, 0, 4, 0, 0, 0, 0, 0, 1, 8, 8, 0, 0, 2, 0, 0, 0, 0, 1, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 4, 4, 4, 0, 2, 0, 0, 0, 0, 0, 1, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12, 12, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1
Offset: 1
Examples
First few rows of the triangle = 1; 2, 1; 4, 0, 1; 4, 2, 0, 1; 8, 0, 0, 0, 1; 4, 4, 2, 0, 0, 1; 12, 0, 0, 0, 0, 0, 1; 8, 4, 0, 2, 0, 0, 0, 1; ...
Extensions
a(19) corrected and more terms from Georg Fischer, Aug 14 2023
Comments