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

A113719
Row sums of triangle A113716, in which row n forms a polynomial in y=3*k that generates diagonal n as k=0,1,2,... for n>=0.
3
1, 2, 6, 31, 230, 2106, 22309, 265490, 3491364, 50191633, 782625062, 13155329058, 237183163807, 4566977815064, 93561632638164, 2032495366177429, 46677419939036132, 1130141423614269072, 28774960495683155947
OFFSET
0,2
FORMULA
a(n) = Sum_{k=0..n} Sum_{j=0..n-k} A113711(n-k, j)*(3*k)^j.
CROSSREFS
Cf. A113716, A113717 (column 1), A113718 (column 2).
Sequence in context: A007710 A275558 A094639 * A369767 A018225 A217143
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 08 2005
STATUS
approved