cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A161196 Triangle read by rows generated from A007249, the convolution square root of A007191.

This page as a plain text file.
%I A161196 #5 Jun 02 2025 01:43:25
%S A161196 1,-12,-12,66,144,66,-232,-792,-792,-232,639,2784,4356,2784,639,-1596,
%T A161196 -7668,-15312,-15312,-7668,-1596,3774,19152,42174,53824,42174,19152,
%U A161196 3774,-8328,-45288,-105336,-146248,-146248,-105336,-45288,-8328,17283
%N A161196 Triangle read by rows generated from A007249, the convolution square root of A007191.
%C A161196 Row sums = A007191: (1, -24, 276, -2048, 11202,...)
%F A161196 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.
%e A161196 First few rows of the triangle =
%e A161196 1;
%e A161196 -12, -12;
%e A161196 66, 144, 66;
%e A161196 -232, -792, -792, -232;
%e A161196 639, 2784, 4356, 2784, 639;
%e A161196 -1596, -7668, -15312, -15312, -7668, -1596;
%e A161196 3774, 19152, 42174, 53824, 42174, 19152, 3774;
%e A161196 -8328, -45288, -105336, -148248, -148248, -105336, -45288, -8328;
%e A161196 17283, 99936, 249084, 370272, 408321, 370272, 249084, 99936, 17283;
%e A161196 -34520, -207396, -549648, -875568, -1019844, -1019844, -875568, -549648, -207396, -34520;
%e A161196 ...
%Y A161196 Cf. A007191, A007249
%K A161196 tabl,sign
%O A161196 0,2
%A A161196 Gary W. Adamson & _Alexander R. Povolotsky_, Jun 06 2009