OFFSET
1,2
COMMENTS
Sum of the elements in the first n rows of the triangle defined in the comment in A034182: 1; 3,3; 7,7,7;... (if the empirical recurrence is correct). - J. M. Bergot, Mar 22 2013
LINKS
R. H. Hardin, Table of n, a(n) for n=1..100
FORMULA
Empirical: a(n)=5*a(n-1)-8*a(n-2)+4*a(n-3)+a(n-4)-a(n-5) = A001333(n+3)/2 -A097080(n+1)/2. G.f.: x*(1+x)^2/((x^2+2*x-1)*(x-1)^3). [From R. J. Mathar, Aug 11 2009]
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin Jul 20 2009
STATUS
approved