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 18 2022 22:37:22
%S 1,2,1,4,4,1,8,12,5,1,16,32,18,6,1,32,80,57,24,7,1,64,192,168,82,31,8,
%T 1,128,448,471,260,113,39,9,1,256,1024,1270,790,374,152,48,10,1
%N A007318 * A052509.
%C Row sums = A061667: (1, 3, 9, 26, 73, 201, ...).
%F Binomial transform of A052509.
%e First few rows of the triangle:
%e 1;
%e 2, 1;
%e 4, 4, 1;
%e 8, 12, 5, 1;
%e 16, 32, 18, 6, 1;
%e 32, 80, 57, 24, 7, 1;
%e ...
%Y Cf. A061667, A007318, A052509.
%K nonn,tabl
%O 0,2
%A _Gary W. Adamson_, Jun 23 2007