A171440 Expansion of (1+x)^5/(1-x).
1, 6, 16, 26, 31, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32
Offset: 0
Examples
a(4) = C(6,4-0)+C(6,4-2)+C(6,4-4) = 15+15+1 = 31.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..100
- 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
-
Mathematica
PadRight[{1,6,16,26,31},100,32] (* Harvey P. Dale, Oct 01 2013 *)
Formula
With m=6, a(n) = Sum_{k=0..floor(n/2)} binomial(m,n-2*k).
Extensions
Definition rewritten by Bruno Berselli, Sep 23 2011
Comments