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.

A214283 Smallest Euler characteristic of a downset on an n-dimensional cube.

Original entry on oeis.org

0, -1, -2, -3, -4, -10, -20, -35, -56, -126, -252, -462, -792, -1716, -3432, -6435, -11440, -24310, -48620, -92378, -167960, -352716, -705432, -1352078, -2496144, -5200300, -10400600, -20058300, -37442160, -77558760, -155117520, -300540195
Offset: 1

Views

Author

Terence Tao, Jul 09 2012

Keywords

Comments

An m-downset is a set of subsets of 1..m such that if S is in the set, so are all subsets of S. The Euler characteristic of a downset is the number of sets in the downset with an even cardinality, minus the number with an odd cardinality.

Crossrefs

Programs

Formula

a(n=2k) = -binomial(n-1,n/2) = -binomial(2k-1,k),
a(n=4k+3) = -binomial(n-1,(n-1)/2) = -binomial(4k+2,2k+1),
a(n=4k+1) = -binomial(n-1,(n+1)/2) = -binomial(4k,2k+1).
a(n) = A214282(n) - A001405(n). - Reinhard Zumkeller, Jul 14 2012
For n > 1: a(n) = - A007318(n-1, A004525(n)). - Reinhard Zumkeller, Jul 14 2012
a(n+1) = -A000108(n/2) * A212831(n). - Paul Curtz, Nov 04 2012