%I #16 Apr 06 2018 11:42:01
%S 0,1,1,4691,14080,22014870,110093079,103403952290,723144248019,
%T 486101604111121,4363129375507939,2287092226229919002,
%U 25031447861507056918,10769715054951194077653,138896030830402313512116
%N Expansion of -x*(x+1)/(9389*x^3 + 4691*x^2 - 1).
%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (0, 4691, 9389).
%t M = {{0, 1, 0}, {0, 0, 1}, {9389, 4691, 0}}; w[0] = {0, 1, 1}; w[n_] := w[n] = M.w[n - 1]; a = Flatten[Table[w[n][[1]], {n, 0, 25}]]
%K nonn,easy
%O 0,4
%A _Roger L. Bagula_, Feb 15 2006
%E Better name from _Colin Barker_, Dec 26 2012