A189427 Expansion of (x^2)/((1-x)*(1-2*x-x^2+x^3)^2).
0, 0, 1, 5, 19, 61, 180, 502, 1349, 3529, 9050, 22854, 57014, 140832, 345036, 839530, 2030757, 4887423, 11710757, 27951471, 66486128, 157661282, 372840407, 879510801, 2070045268, 4862121660, 11398688956, 26676792832, 62333380456, 145434747140
Offset: 0
Programs
-
PARI
Vec((x^2)/((1-x)*(1-2*x-x^2+x^3)^2)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
Formula
G.f.: (x^2)/((1-x)*(1-2*x-x^2+x^3)^2).
a(n)=5*a(n-1)-6*a(n-2)-4*a(n-3)+9*a(n-4)-a(n-5)-3*a(n-6)+a(n-7), n>=7, a{m}={0,0,1,5,19,61,180}, m=0..6.
Comments