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”).
%I #2 Oct 12 2012 14:40:25
%S 1,1093,22417,333244,4380151,54231244,649940212,7643456248,
%T 88872211096,1026178892443,11798983030675,135327222190240,
%U 1550024200441495,17743256268685240,203091320580519760,2325213813771735940
%N Sixth diagonal (M=6) of triangle A115154 (called Y(3,1)).
%F a(n)= A115154(n+5,n+1), n>=0.
%F G.f.: ((-3+36*x-81*x^2+ 2*x^5) + 3*(1-15*x+54*x^2-27*x^3)*c(3*x))/((2+x)*x^5), with the o.g.f. c(x) of A000108 (Catalan).
%K nonn,easy
%O 0,2
%A _Wolfdieter Lang_, Feb 23 2006