A134842 Triangle, n-th row = first n terms of n-th row of an array formed by A054525 * A051731(transform).
1, -1, 0, -1, -1, 0, 0, -1, 0, 0, -1, -1, -1, -1, 0, 1, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0
Offset: 1
Examples
First few rows of the array: 1, 1, 1, 1, 1, 1, 1, ... -1, 0, -1, 0, -1, 0, -1, ... -1, -1, 0, -1, -1, -1, 0, ... 0, -1, 0, 0, 0, -1, 0, ... -1, -1, -1, -1, -1, 0, -1, ... ... First few rows of the triangle: 1; -1, 0; -1, -1, 0; 0, -1, 0, 0; -1, -1, -1, -1, 0; 1, 0, 0, 0, 1, 0; -1, -1, -1, -1, -1, -1, 0; ...
Comments