A134310 (A000012 * A134309 + A134309 * A000012) - A000012, where the sequences are interpreted as lower triangular matrices.
1, 1, 1, 2, 2, 3, 4, 4, 5, 7, 8, 8, 9, 11, 15, 16, 16, 17, 19, 23, 31, 32, 32, 33, 35, 39, 47, 63, 64, 64, 65, 67, 71, 79, 95, 127, 128, 128, 129, 131, 135, 143, 159, 191, 255, 256, 256, 257, 259, 263, 271, 287, 319, 383, 511
Offset: 0
Examples
First few rows of the triangle: 1; 1, 1; 2, 2, 3; 4, 4, 5, 7; 8, 8, 9, 11, 15; 16, 16, 17, 19, 23, 31; 32, 32, 33, 35, 39, 47, 63; ...
Crossrefs
Programs
-
PARI
A134310(r,c)=if(r>=c, 2^max(c-1,0)+2^max(r-1,0)-1) matrix(8,8,i,j,A134310(i-1,j-1)) \\ M. F. Hasler, Mar 29 2022
Formula
Extensions
Edited and offset corrected to 0 by M. F. Hasler, Mar 29 2022
Comments