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

A261004
Expansion of (-3-164*x-x^2)/(1-99*x+99*x^2-x^3).
8
-3, -461, -45343, -4443321, -435400283, -42664784581, -4180713488823, -409667257120241, -40143210484294963, -3933624960203786301, -385455102889486762703, -37770666458209498958761, -3701139857801641411196043, -362673935398102648798253621, -35538344529156257940817658983
OFFSET
0,1
COMMENTS
Mc Laughlin (2010) gives an identity relating ten sequences, denoted a_k, b_k, ..., f_k, p_k, q_k, r_k, s_k. This is the sequence a_k.
LINKS
MATHEMATICA
LinearRecurrence[{99, -99, 1}, {-3, -461, -45343}, 30] (* Harvey P. Dale, Dec 02 2017 *)
PROG
(PARI) Vec((-3-164*x-x^2)/(1-99*x+99*x^2-x^3) + O(x^20)) \\ Michel Marcus, Feb 29 2016
KEYWORD
easy,sign
AUTHOR
N. J. A. Sloane, Aug 12 2015
STATUS
approved