login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A201947 Triangle T(n,k), read by rows, given by (1,1,-1,0,0,0,0,0,0,0,...) DELTA (1,-1,1,0,0,0,0,0,0,...) where DELTA is the operator defined in A084938. 1
1, 1, 1, 2, 2, 0, 3, 5, 1, -1, 5, 10, 4, -2, -1, 8, 20, 12, -4, -4, 0, 13, 38, 31, -4, -13, -2, 1, 21, 71, 73, 3, -33, -11, 3, 1, 34, 130, 162, 34, -74, -42, 6, 6, 0, 55, 235, 344, 128, -146, -130, 0, 24, 3, -1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Row-reversed variant of A123585. Row sums: 2^n.
LINKS
FORMULA
G.f.: 1/(1-(1+y)*x+(y+1)*(y-1)*x^2).
T(n,0) = A000045(n+1).
T(n,k) = T(n-1,k) + T(n-1,k-1) + T(n-2,k) - T(n-2,k-2) with T(0,0)= 1 and T(n,k)= 0 if n<k or if k<0.
Sum_{k, 0<=k<=n} T(n,k)*x^k = (-1)^n*A090591(n), (-1)^n*A106852(n), A000007(n), A000045(n+1), A000079(n), A057083(n), A190966(n+1) for n = -3, -2, -1, 0, 1, 2, 3 respectively.
Sum_{k, 0<=k<=n} T(n,k)*x^(n-k) = A010892(n), A000079(n), A030195(n+1), A180222(n+2) for x = 0, 1, 2, 3 respectively.
EXAMPLE
Triangle begins:
1
1, 1
2, 2, 0
3, 5, 1, -1
5, 10, 4, -2, -1
8, 20, 12, -4, -4, 0
13, 38, 31, -4, -13, -2, 1
21, 71, 73, 3, -33, -11, 3, 1
34, 130, 162, 34, -74, -42, 6, 6, 0
55, 235, 344, 128, -146, -130, 0, 24, 3, -1
CROSSREFS
Cf. Columns: A000045, A001629, A129707.
Diagonals: A010892, A099254, Antidiagonal sums: A158943.
Sequence in context: A349344 A188333 A283269 * A098816 A214639 A319495
KEYWORD
sign,tabl
AUTHOR
Philippe Deléham, Dec 06 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 21:22 EDT 2024. Contains 372114 sequences. (Running on oeis4.)