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

Expansion of x*(1+x)*(1+5*x-8*x^2)/(1-5*x-30*x^2+69*x^3+31*x^4-22*x^5).
0

%I #8 May 06 2022 12:29:32

%S 1,11,82,663,4985,38838,295693,2280891,17455474,134206975,1029005569,

%T 7902607014,60631980773,465460334227,3572034591170,27418033614407,

%U 210428708695817,1615118798336534,12396117988189821,95143198709992875

%N Expansion of x*(1+x)*(1+5*x-8*x^2)/(1-5*x-30*x^2+69*x^3+31*x^4-22*x^5).

%D S. Kitaev, A. Burstein and T. Mansour. Counting independent sets in certain classes of (almost) regular graphs, Pure Mathematics and Applications (PU.M.A.) 19 (2008), no. 2-3, 17-26.

%H S. Kitaev, A. Burstein and T. Mansour. <a href="http://www.ru.is/kennarar/sergey/index_files/Papers/burkitman_PUMA.pdf"> Counting independent sets in certain classes of (almost) regular graphs </a>

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,30,-69,-31,22).

%F G.f.: x*(1+x)*(1+5*x-8*x^2)/(1-5*x-30*x^2+69*x^3+31*x^4-22*x^5).

%t CoefficientList[Series[x(1+x)(1+5x-8x^2)/(1-5x-30x^2+69x^3+31x^4-22x^5),{x,0,30}],x] (* or *) LinearRecurrence[{5,30,-69,-31,22},{0,1,11,82,663},30] (* _Harvey P. Dale_, May 06 2022 *)

%K nonn,easy

%O 1,2

%A Signy Olafsdottir (signy06(AT)ru.is), May 03 2010