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!)
A192799 Coefficient of x in the reduction of the n-th Fibonacci polynomial by x^3->x^2+2. 6
0, 1, 0, 2, 2, 5, 12, 22, 54, 109, 242, 520, 1118, 2427, 5218, 11290, 24352, 52579, 113526, 245038, 529068, 1142087, 2465644, 5322896, 11491188, 24807721, 53555508, 115617714, 249599214, 538843277, 1163273304, 2511313222, 5421508714 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
For discussions of polynomial reduction, see A192232 and A192744.
LINKS
FORMULA
a(n) = a(n-1)+3*a(n-2)-3*a(n-4)+a(n-5)+a(n-6).
G.f.: x^2*(x^2+x-1)/(x^6+x^5-3*x^4+3*x^2+x-1). [Colin Barker, Jul 27 2012]
EXAMPLE
The first five polynomials p(n,x) and their reductions:
F1(x)=1 -> 1
F2(x)=x -> x
F3(x)=x^2+1 -> x^2+1
F4(x)=x^3+2x -> x^2+2x+2
F5(x)=x^4+3x^2+1 -> 4x^2+2*x+3, so that
A192798=(1,0,1,2,3,...), A192799=(0,1,0,2,2,...), A192800=(0,0,1,1,4,...)
MATHEMATICA
(See A192798.)
CROSSREFS
Sequence in context: A233357 A248664 A143195 * A181354 A085289 A095339
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 10 2011
STATUS
approved

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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)