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 Mar 06 2022 00:19:56
%S 1,3,3,5,10,5,7,21,21,7,9,36,54,36,9,11,55,110,110,55,11,13,78,195,
%T 260,195,78,13,15,105,315,525,525,315,105,15,17,136,476,952,1190,952,
%U 476,136,17,19,171,684,1596,2394,2394,1596,684,171,19
%N A007818 * A132774.
%C Row sums = A014480: (1, 6, 20, 56, 144, 352, 832, ...).
%F Binomial transform of A132774. T(n,k) = (2n+1) * A007318(n,k).
%e First few rows of the triangle:
%e 1;
%e 3, 3;
%e 5, 10, 5;
%e 7, 21, 21, 7;
%e 9, 36, 54, 36, 9;
%e 11, 55, 110, 110, 55, 11;
%e 13, 78, 195, 260, 195, 78, 13;
%e 15, 105, 315, 525, 525, 315, 105, 15;
%e ...
%e Row 3 = (7, 21, 21, 7) = 7 * (1, 3, 3, 1).
%Y Cf. A132774, A014480.
%K nonn,tabl
%O 0,2
%A _Gary W. Adamson_, Aug 29 2007