A218664 Coefficients of cubic polynomials p(x+n), where p(x) = x^3 + x^2 - 2*x - 1.
1, 1, -2, -1, 1, 4, 3, -1, 1, 7, 14, 7, 1, 10, 31, 29, 1, 13, 54, 71, 1, 16, 83, 139, 1, 19, 118, 239, 1, 22, 159, 377, 1, 25, 206, 559, 1, 28, 259, 791, 1, 31, 318, 1079, 1, 34, 383, 1429, 1, 37, 454, 1847, 1, 40, 531, 2339, 1, 43, 614, 2911, 1, 46, 703, 3569, 1, 49, 798, 4319
Offset: 0
Keywords
References
- R. Witula, Complex Numbers, Polynomials and Partial Fraction Decomposition, Part 3, Wydawnictwo Politechniki Slaskiej, Gliwice 2010 (Silesian Technical University publishers).
Crossrefs
Formula
We have a(4*k) = 1, a(4*k + 1) = 3*k + 1, a(4*k + 2) = 3*k^2 + 2*k - 2, a(4*k + 3) = k^3 + k^2 - 2*k - 1. Further, the following relations hold true: b(k+1) = b(k) + 3, c(k+1) = 2*b(k) -2*c(k) + 3, d(k+1) = b(k) - 2*c(k) - d(k) + 1, where p(x + k) = x^3 + b(k)*x^2 + c(k)*x + d(k).
Empirical g.f.: -(x^15 - x^14 - 2*x^13 + x^12 - 5*x^11 + 10*x^10 + 3*x^9 - 3*x^8 - 3*x^7 - 11*x^6 + 3*x^4 + x^3 + 2*x^2 - x - 1) / ((x-1)^4*(x+1)^4*(x^2+1)^4). - Colin Barker, May 17 2013
Comments