Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #4 Feb 20 2022 14:56:16
%S 1,3,4,7,12,16,15,28,48,64,31,60,112,192,256,63,124,240,448,768,1024,
%T 127,252,496,960,1792,3072,4096,255,508,1008,1984,3840,7168,12288,
%U 16384,511,1020,2032,4032,7936,15360,28672,49152,65536
%N A059268^2.
%C Row sums = A006095: (1, 7, 35, 155, 651, 2667, ...).
%F A059268^2 as an infinite lower triangular matrix, where A059268 = (1; 1,2; 1,2,4; ...).
%e First few rows of the triangle:
%e 1;
%e 3, 4;
%e 7, 12, 16;
%e 15, 28, 48, 64;
%e 31, 60, 112, 192, 256;
%e 63, 124, 240, 448, 768, 1024;
%e ...
%Y Cf. A059268, A006095.
%K nonn,tabl
%O 0,2
%A _Gary W. Adamson_, May 24 2007