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

A162747
A factorial-Pascal matrix.
1
1, 1, 1, 1, 3, 1, 1, 6, 6, 1, 1, 10, 20, 10, 1, 1, 15, 50, 50, 15, 1, 1, 21, 105, 176, 105, 21, 1, 1, 28, 196, 497, 497, 196, 28, 1, 1, 36, 336, 1204, 1830, 1204, 336, 36, 1, 1, 45, 540, 2604, 5634, 5634, 2604, 540, 45, 1, 1, 55, 825, 5160, 15150, 21642, 15150, 5160, 825
OFFSET
0,5
COMMENTS
Row sums are A162748.
FORMULA
Number triangle T(n,k)=sum{j=0..n, C(n,j)*C(n-j,2(k-j))*if(j<=k,(k-j)!,0)}.
G.f.: 1/(1-x-xy-x^2*y/(1-x-xy-x^2*y/(1-x-xy-2x^2*y/(1-x-xy-2x^2*y/(1-x-xy-3x^2*y/(1-... (continued fraction). [From Paul Barry, Apr 12 2010]
EXAMPLE
Triangle begins
1,
1, 1,
1, 3, 1,
1, 6, 6, 1,
1, 10, 20, 10, 1,
1, 15, 50, 50, 15, 1,
1, 21, 105, 176, 105, 21, 1,
1, 28, 196, 497, 497, 196, 28, 1,
1, 36, 336, 1204, 1830, 1204, 336, 36, 1,
1, 45, 540, 2604, 5634, 5634, 2604, 540, 45, 1,
1, 55, 825, 5160, 15150, 21642, 15150, 5160, 825, 55, 1
CROSSREFS
Sequence in context: A056241 A162745 A001263 * A107105 A088925 A100862
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Jul 12 2009
STATUS
approved