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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084612 Triangle, read by rows, where the n-th row lists the (2n+1) coefficients of (1+x-2x^2)^n. 2
1, 1, 1, -2, 1, 2, -3, -4, 4, 1, 3, -3, -11, 6, 12, -8, 1, 4, -2, -20, 1, 40, -8, -32, 16, 1, 5, 0, -30, -15, 81, 30, -120, 0, 80, -32, 1, 6, 3, -40, -45, 126, 141, -252, -180, 320, 48, -192, 64, 1, 7, 7, -49, -91, 161, 357, -363, -714, 644, 728, -784, -224, 448, -128, 1, 8, 12, -56, -154, 168, 700, -328, -1791, 656, 2800 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,4

EXAMPLE

Rows:

{1},

{1,1,-2},

{1,2,-3,-4,4},

{1,3,-3,-11,6,12,-8},

{1,4,-2,-20,1,40,-8,-32,16},

{1,5,0,-30,-15,81,30,-120,0,80,-32},

{1,6,3,-40,-45,126,141,-252,-180,320,48,-192,64},

PROG

(PARI) for(n=0, 12, for(k=0, 2*n, t=polcoeff((1+x-2*x^2)^n, k, x); print1(t", ")); print(" "))

CROSSREFS

Cf. A002426, A084600-A084611, A084613-A084615.

Sequence in context: A059261 A162330 A134967 * A203108 A030339 A030383

Adjacent sequences:  A084609 A084610 A084611 * A084613 A084614 A084615

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 01 2003

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 14:37 EST 2012. Contains 205930 sequences.