OFFSET
0,3
COMMENTS
The polynomial p(n,x) is defined by (u^n+v^n)//2)^n+(u^n-v^n)/(2d), where u=x+d, v=x-d, d=sqrt(x^2+2). For an introduction to reductions of polynomials by substitutions such as x^2->x+2, see A192232.
FORMULA
Conjectures from Colin Barker, Jun 07 2019: (Start)
G.f.: x*(1 + x)^2 / (1 - 2*x - 6*x^2 + 2*x^3 + x^4).
a(n) = 2*a(n-1) + 6*a(n-2) - 2*a(n-3) - a(n-4) for n>3.
(End)
EXAMPLE
MATHEMATICA
(See A192430.)
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jun 30 2011
STATUS
approved