login

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”).

A132775
1
1, 3, 3, 5, 10, 5, 7, 21, 21, 7, 9, 36, 54, 36, 9, 11, 55, 110, 110, 55, 11, 13, 78, 195, 260, 195, 78, 13, 15, 105, 315, 525, 525, 315, 105, 15, 17, 136, 476, 952, 1190, 952, 476, 136, 17, 19, 171, 684, 1596, 2394, 2394, 1596, 684, 171, 19
OFFSET
0,2
COMMENTS
Row sums = A014480: (1, 6, 20, 56, 144, 352, 832, ...).
FORMULA
Binomial transform of A132774. T(n,k) = (2n+1) * A007318(n,k).
EXAMPLE
First few rows of the triangle:
1;
3, 3;
5, 10, 5;
7, 21, 21, 7;
9, 36, 54, 36, 9;
11, 55, 110, 110, 55, 11;
13, 78, 195, 260, 195, 78, 13;
15, 105, 315, 525, 525, 315, 105, 15;
...
Row 3 = (7, 21, 21, 7) = 7 * (1, 3, 3, 1).
CROSSREFS
Sequence in context: A000198 A202674 A027170 * A174102 A217521 A331925
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Aug 29 2007
STATUS
approved