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!)
A192651 Coefficient of x^2 in the reduction of the n-th Fibonacci polynomial by x^3->x^2+x+1. See Comments. 3

%I #11 Jun 13 2015 00:53:53

%S 0,0,1,1,5,8,23,47,113,252,578,1316,2994,6832,15545,35445,80711,

%T 183928,418973,954571,2174681,4954436,11287336,25715016,58584744,

%U 133468980,304072713,692745597,1578230845,3595564360,8191505015,18662090915

%N Coefficient of x^2 in the reduction of the n-th Fibonacci polynomial by x^3->x^2+x+1. See Comments.

%C For discussions of polynomial reduction, see A192232 and A192744.

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

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

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

%e The first five polynomials p(n,x) and their reductions are as follows:

%e F1(x)=1 -> 1

%e F2(x)=x -> x

%e F3(x)=x^2+1 -> x^2+1

%e F4(x)=x^3+2x -> x^2+3x+1

%e F5(x)=x^4+3x^2+1 -> 4x^2+2x+2, so that

%e A192616=(1,0,1,1,2,...), A192617=(0,1,0,3,2,...), A192651=(0,0,1,1,5,...)

%t (See A192616.)

%Y Cf. A192232, A192744, A192616.

%K nonn,easy

%O 1,5

%A _Clark Kimberling_, Jul 09 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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)