login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123960 Expansion of 2*x^4 / (1 - 11*x + 45*x^2 - 80*x^3 + 49*x^4). 0
0, 0, 0, 2, 22, 152, 842, 4084, 18116, 75408, 299730, 1152834, 4338280, 16126958, 59713888, 221713192, 829301072, 3132108250, 11945717358, 45938159040, 177695375802, 689616061412, 2679197337100, 10403108215760, 40332521702522 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
M = {{2, -1, 0, 0}, {-1, 3, -1, 0}, {0, -1, 3, 2}, {0, 0, -1, 3}}; v[1] = {0, 0, 0, 1}; v[n_] := v[n] = M.v[n - 1]; a1 = Table[v[n][[1]], {n, 1, 50}]
LinearRecurrence[{11, -45, 80, -49}, {0, 0, 0, 2}, 30] (* Harvey P. Dale, Oct 05 2015 *)
CROSSREFS
Sequence in context: A286778 A232977 A282819 * A265864 A091169 A279380
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 16:30 EDT 2024. Contains 372003 sequences. (Running on oeis4.)