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

A269553
Expansion of (-5*x^2 + 138*x + 3)/(x^3 - 99*x^2 + 99*x - 1).
9
-3, -435, -42763, -4190475, -410623923, -40236954115, -3942810879483, -386355229235355, -37858869654185443, -3709782870880938195, -363520862476677757803, -35621334739843539326635, -3490527283642190176252563, -342036052462194793733424675, -33516042614011447595699365723
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 p_k.
MATHEMATICA
LinearRecurrence[{99, -99, 1}, {-3, -435, -42763}, 20] (* Paolo Xausa, Mar 04 2024 *)
PROG
(PARI) Vec((-5*x^2 + 138*x + 3)/(x^3 - 99*x^2 + 99*x - 1) + O(x^20))
CROSSREFS
Sequence in context: A087771 A332143 A277234 * A361886 A086207 A326373
KEYWORD
sign,easy
AUTHOR
Michel Marcus, Feb 29 2016
STATUS
approved