cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

Original entry on oeis.org

0, 1, 8, 20, 43, 82, 148, 257, 436, 728, 1203, 1974, 3224, 5249, 8528, 13836, 22427, 36330, 58828, 95233, 154140, 249456, 403683, 653230, 1057008, 1710337, 2767448, 4477892, 7245451, 11723458, 18969028, 30692609, 49661764, 80354504, 130016403
Offset: 0

Views

Author

Clark Kimberling, Jul 09 2011

Keywords

Comments

The titular polynomial is defined recursively by p(n,x)=x*(n-1,x)+4n+3 for n>0, where p(0,x)=1. For discussions of polynomial reduction, see A192232 and A192744.

Crossrefs

Programs

Formula

Conjecture: G.f.: x*(-1-5*x+2*x^2) / ( (x^2+x-1)*(x-1)^2 ), with first differences in A192752. - R. J. Mathar, May 04 2014