A131129 3*A007318 - 2*A097806, where A007318 = Pascal's triangle and A097806 = the pairwise operator.
1, 1, 1, 3, 4, 1, 3, 9, 7, 1, 3, 12, 18, 10, 1, 3, 15, 30, 30, 13, 1, 3, 18, 45, 60, 45, 16, 1, 3, 21, 63, 105, 105, 63, 19, 1, 3, 24, 84, 168, 210, 168, 84, 22, 1
Offset: 0
Examples
First few rows of the triangle: 1; 1, 1; 3, 4, 1; 3, 9, 7, 1; 3, 12, 18, 10, 1; 3, 15, 30, 30, 13, 1; ...
Formula
G.f.: (1-x*y+2*x^2+2*x^2*y)/((-1+x+x*y)*(x*y-1)). - R. J. Mathar, Aug 12 2015
Comments