Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #12 Nov 17 2016 09:43:23
%S 1,1,1,1,1,2,2,3,4,5,7,9,12,15,19,25,33,43,56,73,95,124,161,210,273,
%T 355,463,603,786,1023,1332,1735,2259,2942,3831,4989,6497,8461,11019,
%U 14350,18687,24335,31691,41270,53745
%N Expansion of 1/(1 - x - x^5 + x^6 - x^7 - x^11 + x^12).
%H G. C. Greubel, <a href="/A225500/b225500.txt">Table of n, a(n) for n = 0..1000</a>
%H <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,0,1,-1,1,0,0,0,1,-1).
%t CoefficientList[Series[1/(1 - x - x^5 + x^6 - x^7 - x^11 + x^12), {x, 0, 50}], x]
%t LinearRecurrence[{1,0,0,0,1,-1,1,0,0,0,1,-1},{1,1,1,1,1,2,2,3,4,5,7,9},100] (* _G. C. Greubel_, Nov 16 2016 *)
%o (PARI) Vec(1/(1-x -x^5 +x^6 -x^7 -x^11 +x^12) + O(x^50)) \\ _G. C. Greubel_, Nov 16 2016
%Y Cf. A117791, A107293, A204631, A225391, A225482, A225484, A225490, A225490.
%K nonn,easy
%O 0,6
%A _Roger L. Bagula_, May 09 2013