Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051632
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051632 Rows of triangle formed using Pascal's rule except we begin and end the n-th row with n-2. +0
1
-2, -1, -1, 0, -2, 0, 1, -2, -2, 1, 2, -1, -4, -1, 2, 3, 1, -5, -5, 1, 3, 4, 4, -4, -10, -4, 4, 4, 5, 8, 0, -14, -14, 0, 8, 5, 6, 13, 8, -14, -28, -14, 8, 13, 6, 7, 19, 21, -6, -42, -42, -6, 21, 19, 7, 8, 26, 40, 15, -48, -84, -48, 15, 40, 26, 8, 9, 34, 66, 55, -33, -132, -132 (list; table; graph; listen)
OFFSET

0,1

COMMENT

Row sums are -2.

FORMULA

-t(n,k)=((2*k + 1 - n)/(k + 1))*Binomial[n, k] + ((1 - n + 2 (-k + n))/(1 - k + n)) Binomial[n, -k + n]. [From Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 17 2009]

EXAMPLE

Contribution from Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 17 2009: (Start)a The rows of the triangle, negated, are:

{2},

{1, 1},

{0, 2, 0},

{-1, 2, 2, -1},

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

{-3, -1, 5,5, -1, -3},

{-4, -4, 4, 10, 4, -4, -4},

{-5, -8, 0, 14, 14, 0, -8, -5},

{-6, -13, -8, 14, 28, 14, -8, -13, -6},

{-7, -19, -21, 6, 42,42, 6, -21, -19, -7},

{-8, -26, -40, -15, 48, 84, 48, -15, -40, -26, -8} (End)

MATHEMATICA

Contribution from Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 17 2009: (Start)

t[n_, k_] = ((2*k + 1 - n)/(k + 1))*Binomial[n, k] + ((1 - n + 2 (-k + n))/(1 - k + n)) Binomial[n, -k + n];

Table[Table[t[n, k], {k, 0, n}], {n, 0, 10}];

Flatten[%] (End)

CROSSREFS

A156644 [From Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 17 2009]

Sequence in context: A140748 A070821 A165890 this_sequence A122821 A054009 A091297

Adjacent sequences: A051629 A051630 A051631 this_sequence A051633 A051634 A051635

KEYWORD

easy,nice,sign,tabl

AUTHOR

Asher Auel (asher.auel(AT)reed.edu)

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research