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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080418 Generalized Pascal triangle. 0
1, 1, 3, 1, 2, 4, 1, 5, 5, 5, 1, 4, 11, 9, 6, 1, 7, 14, 21, 14, 7, 1, 6, 22, 34, 36, 20, 8, 1, 9, 27, 57, 69, 57, 27, 9, 1, 8, 37, 83, 127, 125, 85, 35, 10, 1, 11, 44, 121, 209, 253, 209, 253, 209, 121, 44, 11, 1, 10, 56, 164, 331, 461, 463, 329, 166, 54, 12 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

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

EXAMPLE

Rows are {1}, {1,3}, {1,2,4}, {1,5,5,5}, {1,4,11,9,6},{1,7,14,21,14,7},... For example, 2=1+3-2,5=1+2+2; 11=5+5+1,14=4+11-1

CROSSREFS

Columns include A000012, A004442, A000217+(-1)^n, A000292+(-1)^n and in general, binomial(n+k, k)+(-1)^n. Diagonals include A000096, A063258.

Sequence in context: A130419 A083110 A059016 * A073892 A004608 A201673

Adjacent sequences:  A080415 A080416 A080417 * A080419 A080420 A080421

KEYWORD

easy,nonn,tabl

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Feb 18 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 17 04:58 EST 2012. Contains 205985 sequences.