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.

A177452 Partial sums of A002055.

Original entry on oeis.org

1, 10, 66, 366, 1851, 8858, 40890, 184098, 813948, 3549758, 15317294, 65537334, 278489619, 1176688494, 4948173294, 20723897214, 86494746204, 359915608314, 1493718226314, 6184858989714, 25556291840484, 105406847513658
Offset: 5

Views

Author

Jonathan Vos Post, May 09 2010

Keywords

Comments

Partial sums of number of diagonal dissections of a convex n-gon into n-4 regions. Partial sums of number of standard tableaux of shape (n-4,n-4,1,1). All values shown are nonprime.

Examples

			a(9) = 1 + 9 + 56 + 300 + 1485 = 1851 = 3 * 617.
		

Crossrefs

Cf. A002055.

Formula

a(n) = SUM[i=5..n] A002055(i) = SUM[i=5..n] binomial(i-3, 2)*binomial(2*i-6, i-5)/(i-4).