A134315 A134309 * A097806.
1, 1, 1, 0, 2, 2, 0, 0, 4, 4, 0, 0, 0, 8, 8, 0, 0, 0, 0, 16, 16, 0, 0, 0, 0, 0, 32, 32, 0, 0, 0, 0, 0, 0, 64, 64
Offset: 1
Examples
First few rows of the triangle are: 1; 1, 1; 0, 2, 2; 0, 0, 4, 4; 0, 0, 0, 8, 8; ...
Formula
A134309 * A134315 as infinite lower triangular matrices. Triangle read by rows, for n>1, (n-1) zeros followed by 2^(n-1), 2^(n-1). As an infinite lower triangular matrix, (1, 1, 2, 4, 8, ...) in the main diagonal and (1, 2, 4, 8, ...) in the subdiagonal.
G.f.: (-1-x+x*y)/(-1+2*x*y). - R. J. Mathar, Aug 11 2015
Comments