A156927
FP3 polynomials related to the generating functions of the columns of the A156921 matrix.
Original entry on oeis.org
1, 1, 1, -6, 29, 31, -283, 245, 298, -286, -108, 119, -3106, 29469, -104585, -220481, 3601363, -15487305, 34949165, -39821950, 4356011, 46881744, -51274736, 9005908, 14663472, -5205168, -1456704, -20736
Offset: 0
The first few rows of the "triangle" of the FP3(z,m) coefficients are:
[1]
[1, 1]
[-6, 29, 31, -283, 245, 298, -286, -108]
The first few FP3 polynomials are:
FP3(z; m=0) = 1
FP3(z; m=1) = (1+z)
FP3(z; m=2) = (-6+29*z+31*z^2-283*z^3+245*z^4+298*z^5-286*z^6-108*z^7)
Some GF3(z;m) are:
GF3(z;m=1) = z^2*(1+z)/((1-z)^4*(1-2*z))
GF3(z;m=2) = z^2*(-6+29*z+31*z^2-283*z^3+245*z^4+298*z^5-286*z^6-108*z^7)/((1-z)^7*(1-2*z)^4*(1-3*z))
For the polynomials in the denominators of the GF3(z;m) see
A157704.
A156928
G.f. of the z^1 coefficients of the FP1 in the second column of the A156921 matrix.
Original entry on oeis.org
1, 7, 28, 86, 227, 545, 1230, 2664, 5613, 11611, 23728, 48106, 97031, 195077, 391394, 784284, 1570353, 3142815, 6288100, 12579070, 25161451, 50326697, 100657718, 201320336, 402646197, 805298595
Offset: 2
-
List([2..40], n-> (9*2^(n+2) -(2*n^3+9*n^2+25*n+36))/6); # G. C. Greubel, Jul 08 2019
-
[(9*2^(n+2) -(2*n^3+9*n^2+25*n+36))/6: n in [2..40]]; // G. C. Greubel, Jul 08 2019
-
Table[(9*2^(n+2) -(2*n^3+9*n^2+25*n+36))/6, {n, 2, 40}] (* Michael De Vlieger, Sep 23 2017 *)
-
vector(40, n, n++; (9*2^(n+2) -(2*n^3+9*n^2+25*n+36))/6) \\ G. C. Greubel, Jul 08 2019
-
[(9*2^(n+2) -(2*n^3+9*n^2+25*n+36))/6 for n in (2..40)] # G. C. Greubel, Jul 08 2019
A156930
G.f. of the z^3 coefficients of the FP1 in the fourth column of the A156921 matrix.
Original entry on oeis.org
119, 1654, 5784, -57421, -974120, -8191112, -51264392, -266367722, -1204269647, -4832097594, -17187443308, -52433219783, -120342975558, -58288009528, 1603731045044, 13940518848356
Offset: 3
A156931
G.f. of the z^4 coefficients of the FP1 in the fifth column of the A156921 matrix.
Original entry on oeis.org
126, 8689, 300930, 5663483, 69028169, 613038531, 4234224501, 23275739871, 98332765273, 250304681662, -554375755759, -13379311589392, -119762221369238, -826135093245122, -4949174987335110
Offset: 3
Showing 1-4 of 4 results.
Comments