OFFSET
0,6
COMMENTS
The coefficients of the polygonal polynomials are the antidiagonals of A139600.
FORMULA
a(n) = (-2)^n * Sum_{k=0..n} A139600(n, k) * (-2)^(-k).
a(n) = [x^n] x*(4*x^2 - x - 1) / ((2*x + 1)^2*(x - 1)^3).
a(n) = (4 - n)*(3*n + 2 + (-2)^(n + 1)) / 27.
MAPLE
a := n -> (1/27)*(4-n)*(3*n + 2 + (-2)^(n + 1)):
seq(a(n), n = 0..32);
CROSSREFS
KEYWORD
sign
AUTHOR
Peter Luschny, Feb 21 2023
STATUS
approved