OFFSET
0,4
COMMENTS
Second of a series of sequences of partial sums of (nonzero) diagonals of triangle A188106 whose diagonals correspond to successive convolutions of A006054 with itself, where the first such sequence of partial sums is given by A077850. For n=1,2,..., this series of sequences is generated by successive series expansion of 1/((1-x)*(1-2*x-x^2+x^3)^n), for which A077850 corresponds to n=1 and A189427 corresponds to n=2.
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.
PROG
(PARI) Vec((x^2)/((1-x)*(1-2*x-x^2+x^3)^2)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
L. Edson Jeffery, Apr 22 2011
STATUS
approved