login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A161196
Triangle read by rows generated from A007249, the convolution square root of A007191
3
1, -12, -12, 66, 144, 66, -232, -792, -792, -232, 639, 2784, 4356, 2784, 639, -1596, -7668, -15312, -15312, -7668, -1596, 3774, 19152, 42174, 53824, 42174, 19152, 3774, -8328, -45288, -105336, -146248, -146248, -105336, -45288, -8328, 17283
OFFSET
0,2
COMMENTS
Row sums = A007191: (1, -24, 276, -2048, 11202,...)
FORMULA
Triangle read by rows, self-convolution of A007249. Begin with M = an infinite lower triangular Toeplitz matrix with A007249 as every column. Let Q = a matrix with A007249: (1, -12, 66, -232,..) as the right border and the rest zeros. Triangle A161196 = M * Q.
EXAMPLE
First few rows of the triangle =
1;
-12, -12;
66, 144, 66;
-232, -792, -792, -232;
639, 2784, 4356, 2784, 639;
-1596, -7668, -15312, -15312, -7668, -1596;
3774, 19152, 42174, 53824, 42174, 19152, 3774;
-8328, -45288, -105336, -148248, -148248, -105336, -45288, -8328;
17283, 99936, 249084, 370272, 408321, 370272, 249084, 99936, 17283;
-34520, -207396, -549648, -875568, -1019844, -1019844, -875568, -549648, -207396, -34520;
...
CROSSREFS
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson & Alexander R. Povolotsky, Jun 06 2009
STATUS
approved