OFFSET
0,6
COMMENTS
Row sums yield A080253.
LINKS
Wikipedia, Lerch zeta function
FORMULA
Row n is generated by the polynomial 2^n*(1 - x - 1/x)^(1 + n)*x^n*Phi(x + 1/x, -n, 1/2), where Phi is the Lerch transcendant.
E.g.f.: (1 - x + x^2)*exp((1 + x + x^2)*t)/((1 + x^2)*exp(2*t*x) - x*exp(2*(1 + x^2)*t)). - Franck Maminirina Ramaharo, Oct 25 2018
EXAMPLE
Triangle begins:
1;
1, 1, 1;
1, 6, 3, 6, 1;
1, 23, 26, 47, 26, 23, 1;
1, 76, 234, 304, 467, 304, 234, 76, 1;
1, 237, 1687, 2630, 5293, 4787, 5293, 2630, 1687, 237, 1;
... reformatted. - Franck Maminirina Ramaharo, Oct 25 2018
MATHEMATICA
Table[CoefficientList[FullSimplify[ExpandAll[2^n*(1 - x - 1/x)^(1 + n)*x^n*LerchPhi[x + 1/x, -n, 1/2]]], x], {n, 0, 10}]//Flatten
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Roger L. Bagula and Gary W. Adamson, Oct 25 2008
EXTENSIONS
Edited, new name, and offset corrected by Franck Maminirina Ramaharo, Oct 25 2018
STATUS
approved