[go: up one dir, main page]

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

A126154
a(n) = Sum_{k=0..n} C(2n,k)*A126150(n,k).
1
1, 10, 420, 38760, 6274320, 1574566560, 566087814720, 276000683679360, 175277074975269120, 140576092830146972160, 138951226585459200107520, 165951785120565606919464960, 235593066998837613695124049920
OFFSET
0,2
EXAMPLE
a(1) = 1*(1) + 2*(4) + 1*(1) = 10;
a(2) = 1*(6) + 4*(24) + 6*(36) + 4*(24) + 1*(6) = 120;
a(3) = 1*(96) + 6*(384) + 15*(636) + 20*(744) + 15*(636) + 6*(384) + 1*(96) = 38760.
CROSSREFS
Cf. A126150.
Sequence in context: A085000 A248553 A374229 * A199835 A350565 A001327
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 20 2006
STATUS
approved