[go: up one dir, main page]

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”).

A142887
Expansion of x*(5510*x^5-395*x^3-146*x^2-3*x-1) / (13340*x^4-52*x^2-1).
0
1, 3, 94, 239, 8452, 22082, 814456, 2039996, 70397968, 188494088, 7204148704, 17411854064, 564493160512, 1609094722592, 66749699364736, 148601207638976, 4059354394263808, 13738060802150528, 679354561023860224
OFFSET
1,2
FORMULA
G.f.: x*(5510*x^5-395*x^3-146*x^2-3*x-1) / (13340*x^4-52*x^2-1). - Colin Barker, Mar 17 2013
a(n) = -52*a(n-2) +13340*a(n-4). - Joerg Arndt, Mar 17 2013
MATHEMATICA
M0 = {{-144, 92}, {1, 92}}; v[0] = {92, 238}; v[n_] := v[n] = M0.v[n - 1]; Table[Round[v[n]/92], {n, 0, 10}]; Flatten[%]
CROSSREFS
Sequence in context: A139543 A241982 A037113 * A297489 A241752 A093009
KEYWORD
nonn,easy,less
AUTHOR
Roger L. Bagula, Sep 28 2008
EXTENSIONS
New name from Colin Barker and Joerg Arndt, Mar 17 2013
STATUS
approved