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

A126464
Row sums of triangle A126460.
4
1, 2, 3, 8, 50, 635, 13389, 420865, 18491156, 1084804118, 82081329459, 7794746829520, 908790397019076, 127745867968533747, 21322592031518420776, 4171751138526111626665, 946103460280012610769060
OFFSET
0,2
PROG
(PARI) {a(n)=sum(k=0, n, abs((matrix(n+1, n+1, r, c, binomial((c-1)*c*(c+1)/3!-k*(k+1)*(k+2)/3!+r-c, r-c))^-1)[n+1, k+1]))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 27 2006
STATUS
approved