A290053 Triangle read by rows: Polynomial coefficients per comment.
1, 1, 0, 1, -2, 3, 1, -5, 10, 0, 1, -9, 31, -39, 40, 1, -14, 77, -196, 252, 0, 1, -20, 162, -664, 1457, -1476, 1260, 1, -27, 303, -1809, 6168, -11772, 12176, 0, 1, -35, 520, -4250, 20773, -61595, 107730, -95400, 72576, 1, -44, 836, -8954, 59279, -249986
Offset: 1
Examples
Triangle begins: 1; 1, 0; 1, -2, 3; 1, -5, 10, 0; 1, -9, 31, -39, 40; 1, -14, 77, -196, 252, 0; 1, -20, 162, -664, 1457, -1476, 1260; 1, -27, 303, -1809, 6168, -11772, 12176, 0; 1, -35, 520, -4250, 20773, -61595, 107730, -95400, 72576; ...
Links
- G. G. Wojnar, D. Sz. Wojnar, and L. Q. Brin, Universal Peculiar Linear Mean Relationships in All Polynomials, arXiv:1706.08381 [math.GM], 2017.
- Gregory Gerard Wojnar, java_program which (1) creates Maple program to create polynomial referenced in Comment, and (2) creates list of polynomial portion's coefficients (without trailing 0 constant term is odd degree cases) which constitute the rows of this triangle. Each run of the program is for a single degree; to change the degree the user must modify the value of "level" in line 393 of the java code.
Comments