login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A193041
Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined at Comments.
0
0, 1, 3, 13, 44, 122, 292, 631, 1267, 2411, 4408, 7820, 13560, 23109, 38867, 64721, 106964, 175782, 287660, 469275, 763795, 1241071, 2014128, 3265848, 5292144, 8571817, 13879587, 22468981, 36368252, 58859186, 95251828, 154138015
OFFSET
0,3
COMMENTS
The titular polynomials are defined recursively: p(n,x)=x*p(n-1,x)+1+n^3, with p(0,x)=1. For an introduction to reductions of polynomials by substitutions such as x^2->x+1, see A192232 and A192744.
FORMULA
a(n)=5*a(n-1)-9*a(n-2)+6*a(n-3)+a(n-4)-3*a(n-5)+a(n-6).
G.f.: -x*(7*x^2-2*x+1)/((x-1)^4*(x^2+x-1)). [Colin Barker, Nov 12 2012]
MATHEMATICA
(See A193008.)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 15 2011
STATUS
approved