The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A220399 A convolution triangle of numbers obtained from A057682. 1
1, 0, 1, 0, 2, 1, 0, 3, 4, 1, 0, 3, 10, 6, 1, 0, 0, 18, 21, 8, 1, 0, -9, 21, 53, 36, 10, 1, 0, -27, 0, 99, 116, 55, 12, 1, 0, -54, -81, 117, 286, 215, 78, 14, 1, 0, -81, -270, -27, 528, 650, 358, 105, 16, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Triangle T(n,k) given by (0, 2, -1/2, 3/2, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938.
LINKS
FORMULA
G.f.: (1-3*x+3*x^2)/(1-3*x-3*x*y+3*x^2+x^2*y)
G.f for k-th column: ((x-x^2)/(1-3*x+3*x^2))^k.
T(n,k) = 3*T(n-1,k) + T(n-1,k-1) - 3*T(n-2,k) - T(n-2,k-1), T(0,0) = 1, T(1,0) = T(2,0) = 0, T(n,k) = 0 if k<0 or if k>n.
Sum_{k, 0<=k<=n, n>0} T(n,k) = A001792(n-1).
T(n+1,n) = 2*n = A005843(n).
T(n+2,n) = A014105(n).
T(n,1) = A057682(n).
EXAMPLE
Triangle begins :
1
0, 1
0, 2, 1
0, 3, 4, 1
0, 3, 10, 6, 1
0, 0, 18, 21, 8, 1
0, -9, 21, 53, 36, 10, 1
0, -27, 0, 99, 116, 55, 12, 1
CROSSREFS
Sequence in context: A337804 A357368 A193401 * A268830 A095884 A342240
KEYWORD
sign,tabl
AUTHOR
Philippe Deléham, Feb 19 2013
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 June 10 00:22 EDT 2024. Contains 373251 sequences. (Running on oeis4.)