A171441 Expansion of g.f. (1+x)^6/(1-x).
1, 7, 22, 42, 57, 63, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64
Offset: 0
Examples
a(4) = C(7,4-0) + C(7,4-2) + C(7,4-4) = 35+21+1 = 57.
Links
- Richard Choulet, Une nouvelle formule de combinatoire?, Mathématique et Pédagogie, 157 (2006), p. 53-60. In French.
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Maple
m:=7:for n from 0 to 40 do a(n):=sum('binomial(m,n-2*k)',k=0..floor(n/2)): od : seq(a(n),n=0..40);
Formula
With m=7, a(n) = Sum_{k=0..floor(n/2)} binomial(m,n-2*k).
Extensions
Definition rewritten by Bruno Berselli, Sep 23 2011
Comments