login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061176 Coefficients of polynomials ((1-x+sqrt(x))^n + (1-x-sqrt(x))^n)/2. 7
1, 1, -1, 1, -1, 1, 1, 0, 0, -1, 1, 2, -5, 2, 1, 1, 5, -15, 15, -5, -1, 1, 9, -30, 41, -30, 9, 1, 1, 14, -49, 77, -77, 49, -14, -1, 1, 20, -70, 112, -125, 112, -70, 20, 1, 1, 27, -90, 126, -117, 117, -126, 90, -27, -1, 1, 35, -105, 90, 45, -131, 45 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,12

COMMENTS

a(n,m)= coefficient of x^m of ((1-x+sqrt(x))^n + (1-x-sqrt(x))^n)/2.

The row polynomial pFe(m+1,x) := sum(a(m+1,k)*x^k,k=0..m+1) is the numerator of the g.f. for the m-th column sequence of A060920, the even part of the bisected Fibonacci triangle.

FORMULA

a(n, m)= sum(((-1)^(m-j))*binomial(n, 2*j)*binomial(n-2*j, m-j), j=0..m), if 0<= m <= floor(n/2); a(n, m) := ((-1)^n)*a(n, n-m) if floor(n/2) < m <= n; else 0.

EXAMPLE

{1}; {1,-1}; {1,-1,1}; {1,0,0,-1}; ...; pFe(3,x)=1-x^3.

CROSSREFS

A060920, A061177 (companion triangle).

Sequence in context: A146103 A196527 A064334 * A180957 A124780 A108437

Adjacent sequences:  A061173 A061174 A061175 * A061177 A061178 A061179

KEYWORD

sign,easy,tabl

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Apr 20 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:34 EST 2012. Contains 205938 sequences.