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.

A282086 Number of n-element subsets of [n+10] having an even sum.

Original entry on oeis.org

1, 5, 30, 146, 511, 1491, 3976, 9752, 21942, 46126, 92252, 176484, 323554, 571802, 980232, 1634776, 2656511, 4217499, 6560554, 10016006, 15024009, 22174581, 32253936, 46282704, 65567164, 91786604, 127089144, 174169352, 236372692, 317866884, 423822512
Offset: 0

Views

Author

Alois P. Heinz, Feb 05 2017

Keywords

Crossrefs

Cf. A282011.

Formula

G.f.: -(x^4-2*x^3+4*x^2-2*x+1) * (x^8-4*x^7+24*x^6-44*x^5+62*x^4-44*x^3 + 24*x^2-4*x+1) / ((x^2+1)^6*(x-1)^11).
a(n) = A282011(n+10,n).