Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051160
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051160 Coefficients in expansion of (1-x)^floor(n/2)(1+x)^ceil(n/2). +0
9
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, 1, 0, -6, 0, 15, 0, -20 (list; table; graph; listen)
OFFSET

0,13

COMMENT

Triangle T(n,k), 0<=k<=n, read by rows given by [1,0,-1,0,0,0,0,0,...]DELTA[1,-2,1,0,0,0,0,0,...] where DELTA is the operator defined in A084938 . [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Sep 22 2008]

The production matrix for this array has bivariate e.g.f. equal to exp(-t*x)*(1-t). [From Paul Barry (pbarry(AT)wit.ie), Nov 22 2008]

FORMULA

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

T(n,k)=T(n-1,k)+(-1)^(n-1)T(n-1,k-1) T(0,0)=1. - Jose Ramon Real (joseramonreal(AT)yahoo.es), Nov 10 2007

EXAMPLE

1; 1 1; 1 0 -1; 1 1 -1 -1; 1 0 -2 0 1; 1 1 -2 -2 1 1; ...

PROGRAM

(PARI) T(n, k)=polcoeff((1-x)^(n\2)*(1+x)^ceil(n/2), k)

CROSSREFS

Cf. A007318, A051159(n, k)=(-1)^[ k/2 ]*A051160(n, k).

Sequence in context: A029402 A035196 A158020 this_sequence A051159 A035697 A135549

Adjacent sequences: A051157 A051158 A051159 this_sequence A051161 A051162 A051163

KEYWORD

sign,tabl,easy

AUTHOR

Michael Somos

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research