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

A134083
5
1, 3, 1, 5, 6, 1, 7, 15, 9, 1, 9, 28, 30, 12, 1, 11, 45, 70, 50, 15, 1, 13, 66, 135, 140, 75, 18, 1, 15, 91, 231, 315, 245, 105, 21, 1, 17, 120, 364, 616, 630, 392, 140, 24, 1, 19, 153, 540, 1092, 1386, 1134, 588, 180, 27, 1
OFFSET
0,2
COMMENTS
Row sums = A001787: (1, 4, 12, 32, 80, 192, ...).
A134083 * [1,2,3,...] = A084850: (1, 5, 20, 68, 208, 592, ...).
FORMULA
Binomial transform of A134082
From formalism in A132382, e.g.f. = I_o[2*(u*x)^(1/2)] exp(x)(1+2x) where I_o is the zeroth modified Bessel function of the first kind, i.e., I_o[2*(u*x)^(1/2)] = Sum_{j>=0} u^j/j! * x^j/j!. - Tom Copeland, Dec 07 2007
Row polynomial e.g.f.: exp(x*y) * exp(x) * (1+2x). - Tom Copeland, Dec 03 2013
EXAMPLE
First few rows of the triangle:
1;
3, 1;
5, 6, 1;
7, 15, 9, 1;
9, 28, 30, 12, 1;
11, 45, 70, 50, 15, 1;
13, 66, 135, 140, 75, 18, 1;
15, 91, 231, 315, 245, 105, 21, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Oct 07 2007
STATUS
approved