cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A126154 a(n) = Sum_{k=0..n} C(2n,k)*A126150(n,k).

Original entry on oeis.org

1, 10, 420, 38760, 6274320, 1574566560, 566087814720, 276000683679360, 175277074975269120, 140576092830146972160, 138951226585459200107520, 165951785120565606919464960, 235593066998837613695124049920
Offset: 0

Views

Author

Paul D. Hanna, Dec 20 2006

Keywords

Examples

			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.