OFFSET
0,2
LINKS
Anthony Zaleski, Doron Zeilberger, On the Intriguing Problem of Counting (n+1,n+2)-Core Partitions into Odd Parts, arXiv:1712.10072 [math.CO], 2017.
Index entries for linear recurrences with constant coefficients, signature (1, 1, 2, 5, 14).
FORMULA
G.f.: -(14*x^4+5*x^3+2*x^2+x+1)/(14*x^5+5*x^4+2*x^3+x^2+x-1).
MATHEMATICA
LinearRecurrence[{1, 1, 2, 5, 14}, {1, 2, 5, 14, 42}, 40] (* Jean-François Alcover, Feb 20 2018 *)
CoefficientList[ Series[-(14x^4 + 5x^3 + 2x^2 + x + 1)/(14x^5 + 5x^4 + 2x^3 + x^2 + x - 1), {x, 0, 33}], x] (* Robert G. Wilson v, Feb 24 2018 *)
PROG
(PARI) x='x+O('x^99); Vec((1+x+2*x^2+5*x^3+14*x^4)/(1-x-x^2-2*x^3-5*x^4-14*x^5)) \\ Altug Alkan, Mar 03 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Anthony Zaleski, Feb 15 2018
STATUS
approved