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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158020 Triangle of coefficients in expansion of (-1-x)^floor(n/2)(1-x)^ceil(n/2). 2
1, 1, -1, -1, 0, 1, -1, 1, 1, -1, 1, 0, -2, 0, 1, 1, -1, -2, 2, 1, -1, -1, 0, 3, 0, -3, 0, 1, -1, 1, 3, -3, -3, 3, 1, -1, 1, 0, -4, 0, 6, 0, -4, 0, 1, 1, -1, -4, 4, 6, -6, -4, 4, 1, -1, -1, 0, 5, 0, -10, 0, 10, 0, -5, 0, 1, -1, 1, 5, -5, -10, 10, 10, -10, -5, 5, 1, -1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,13

COMMENTS

Triangle T(n,k), 0<=k<=n, read by rows given by [1,-2,1,0,0,0,0,0,0,...] DELTA [ -1,0,1,0,0,0,0,0,0,...] where DELTA is the operator defined in A084938 .

FORMULA

T(n,k)=T(n-2,k-2)-T(n-2,k), T(0,0)=T(1,0)=1, T(1,1)=-1 .

G.f.: (1+(1-y)*x)/(1+(1-y^2)*x^2). - DELEHAM Philippe, Dec 02 2011

EXAMPLE

Triangle begins :

1

1, -1

-1, 0, 1

-1, 1, 1, -1

1, 0, -2, 0, 1  ...

MATHEMATICA

Flatten[Table[CoefficientList[(-1 - x)^Floor[n/2] (1 - x)^Ceiling[n/2], x], {n, 0, 11}]] (* T. D. Noe, Dec 01 2011 *)

CROSSREFS

Cf. A051160.

Sequence in context: A126306 A029402 A035196 * A051160 A051159 A035697

Adjacent sequences:  A158017 A158018 A158019 * A158021 A158022 A158023

KEYWORD

sign,tabl

AUTHOR

Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Mar 11 2009

EXTENSIONS

Corrected by DELEHAM Philippe, Dec 02 2011

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 14 18:47 EST 2012. Contains 205663 sequences.