The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193007 Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined at Comments. 1

%I #12 Sep 13 2021 18:39:10

%S 0,1,1,9,36,108,268,591,1201,2303,4232,7534,13096,22357,37649,62749,

%T 103772,170616,279300,455747,741905,1205651,1956816,3173114,5142096,

%U 8329033,13486753,21833361,35339796,57195108,92559292,149781399,242370481

%N Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined at Comments.

%C 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.

%H <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (5,-9,6,1,-3,1).

%F a(n)=5*a(n-1)-9*a(n-2)+6*a(n-3)+a(n-4)-3*a(n-5)+a(n-6).

%F G.f.: -x*(2*x^4-6*x^3+13*x^2-4*x+1)/((x-1)^4*(x^2+x-1)). [_Colin Barker_, Nov 12 2012]

%t (See A193006.)

%t LinearRecurrence[{5,-9,6,1,-3,1},{0,1,1,9,36,108},40] (* _Harvey P. Dale_, Sep 13 2021 *)

%Y Cf. A192232, A192744, A192951, A193006.

%K nonn,easy

%O 0,4

%A _Clark Kimberling_, Jul 14 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)