OFFSET
0,4
REFERENCES
R. G. Newton, Scattering Theory of Waves and Particles, McGraw Hill, New York, 1966, pp. 557ff.
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,22,54,38).
FORMULA
a(0)=0, a(1)=1, a(2)=0, a(3)=22, a(n)=22*a(n-2)+54*a(n-3)+38*a(n-4). - Harvey P. Dale, Aug 12 2011
MATHEMATICA
a=Table[ SeriesCoefficient[ Series[x/(1-22 x^2-54 x^3-38 x^4), {x, 0, 50}], n], {n, 0, 50}]
CoefficientList[Series[x/(1-22 x^2-54 x^3-38 x^4), {x, 0, 30}], x] (* or *) LinearRecurrence[{0, 22, 54, 38}, {0, 1, 0, 22}, 31] (* Harvey P. Dale, Aug 12 2011 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Sep 15 2006
EXTENSIONS
Edited by N. J. A. Sloane, Sep 17 2006
Offset corrected by Jason Yuen, Aug 03 2025
STATUS
approved
