A249310 Expansion of x*(1+7*x-6*x^3)/(1-8*x^2+6*x^4).
1, 7, 8, 50, 58, 358, 416, 2564, 2980, 18364, 21344, 131528, 152872, 942040, 1094912, 6747152, 7842064, 48324976, 56167040, 346116896, 402283936, 2478985312, 2881269248, 17755181120, 20636450368, 127167537088, 147803987456, 910809209984, 1058613197440
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- A. Fraenkel and C. Kimberling, Generalized Wythoff arrays, shuffles and interspersions, Discrete Mathematics 126 (1994) 137-149.
- Index entries for linear recurrences with constant coefficients, signature (0,8,0,-6).
Programs
-
Mathematica
CoefficientList[Series[(1 + 7 x - 6 x^3)/(1 - 8 x^2 + 6 x^4), {x, 0, 40}], x] (* Vincenzo Librandi, Oct 25 2014 *) LinearRecurrence[{0,8,0,-6},{1,7,8,50},30] (* Harvey P. Dale, Sep 22 2019 *)
-
PARI
Vec((1+7*x-6*x^3)/(1-8*x^2+6*x^4) + O(x^100))
Comments