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.

A095663 Eighth column (m=7) of (1,3)-Pascal triangle A095660.

Original entry on oeis.org

3, 22, 92, 288, 750, 1716, 3564, 6864, 12441, 21450, 35464, 56576, 87516, 131784, 193800, 279072, 394383, 547998, 749892, 1012000, 1348490, 1776060, 2314260, 2985840, 3817125, 4838418, 6084432, 7594752, 9414328, 11594000, 14191056
Offset: 0

Views

Author

Wolfdieter Lang, Jun 11 2004

Keywords

Comments

If Y is a 3-subset of an n-set X then, for n>=9, a(n-9) is the number of 7-subsets of X having at most one element in common with Y. - Milan Janjic, Nov 23 2007

Crossrefs

Seventh column: A095662. Ninth column: A095664.

Formula

G.f.: (3-2*x)/(1-x)^8.
a(n)= binomial(n+6, 6)*(n+21)/7 = 3*b(n)-2*b(n-1), with b(n):=binomial(n+7, 7); cf. A000580.