login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A122501
Expansion of -x*(47*x^3+25*x^2+5*x+1)/(38*x^4+54*x^3+22*x^2-1).
0
1, 5, 47, 211, 1342, 7370, 42704, 242626, 1388464, 7923848, 45270764, 258521500, 1476606232, 8433200480, 48165787136, 275090964088, 1571151179728, 8973415333520, 51250537925936, 292710757678096, 1671780007210336
OFFSET
1,2
REFERENCES
R. G. Newton, Scattering Theory of Waves and Particles, McGraw Hill, New York, 1966, pp. 557ff.
FORMULA
G.f.: -x*(47*x^3+25*x^2+5*x+1)/(38*x^4+54*x^3+22*x^2-1). - Colin Barker, Nov 02 2012
MATHEMATICA
M = {{0, 1, 1, 2}, {2, 0, 2, 1}, {3, 3, 0, 1}, {3, 3, 2, 0}}; v[1] = {1, 2, 3, 0}; v[n_] := v[n] = M.v[n - 1] a1 = Table[v[n][[1]], {n, 1, 50}]
LinearRecurrence[{0, 22, 54, 38}, {1, 5, 47, 211}, 30] (* Harvey P. Dale, Oct 27 2015 *)
CROSSREFS
Sequence in context: A277607 A139889 A134327 * A362430 A352303 A344121
KEYWORD
nonn,less,easy
AUTHOR
Roger L. Bagula, Sep 15 2006
EXTENSIONS
New name (using g.f. by Colin Barker), Joerg Arndt, Mar 30 2014
STATUS
approved