login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A171418 Expansion of (1+x)^4/(1-x). 10
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n>=4 a(n)=2^4=16. This sequence is the transform of A115291 by the following transform T: T(u_0,u_1,u_2,u_3,u_4,...)=(u_0, u_0+u_1, u_1+u_2,u_2+u_3, ...); we observe that T(A040000)=A113311 and also T(A113311)=A115291.
Also continued fraction expansion of (55305+sqrt(65))/46231. - Bruno Berselli, Sep 23 2011
LINKS
Richard Choulet, Une nouvelle formule combinatoire ?, Mathématique et Pédagogie, 157 (2006), p. 53-60.
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(5,n-2*k).
EXAMPLE
a(3) = C(5,3-0)+C(5,3-2) = 10+5 = 15.
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);
CROSSREFS
Sequence in context: A137002 A091718 A078002 * A213444 A314002 A137004
KEYWORD
nonn,easy
AUTHOR
Richard Choulet, Dec 08 2009
EXTENSIONS
Definition rewritten by Bruno Berselli, Sep 23 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)