login
A192925
Coefficient of x in the reduction by (x^2->x+1) of the polynomial p(n,x) defined below at Comments.
1
0, 1, 3, 11, 51, 281, 1808, 13333, 111041, 1031758, 10588015, 118985914, 1453708722, 19189390169, 272212629009, 4130239145929, 66751752077187, 1144920631189237, 20772556460037154, 397492611715916267, 8000930139415926955
OFFSET
0,3
COMMENTS
The titular polynomial is defined by p(n,x)=n*p(n-1,x)+(x^2)*p(n-2,x), with p(0,x)=1, p(1,x)=x. For discussions of polynomial reduction, see A192232, A192744, and A192872.
MATHEMATICA
(See A192924.)
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 12 2011
STATUS
approved