A171418 Expansion of (1+x)^4/(1-x).
1, 5, 11, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16
Offset: 0
Examples
a(3) = C(5,3-0)+C(5,3-2) = 10+5 = 15.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..200
- Richard Choulet, Une nouvelle formule combinatoire ?, Mathématique et Pédagogie, 157 (2006), p. 53-60.
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Maple
m:=5:for n from 0 to m+1 do a(n):=sum('binomial(m,n-2*k)',k=0..floor(n/2)): od : seq(a(n),n=0..m+1);
Formula
a(n) = Sum_{k=0..floor(n/2)} binomial(5,n-2*k).
Extensions
Definition rewritten by Bruno Berselli, Sep 23 2011
Comments