login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126469 Row sums of triangle A126465. 4
1, 2, 5, 41, 972, 44457, 3271312, 352087787, 52098230423, 10141977387056, 2513121624034518, 772525844883337679, 288558785171538716889, 128760943237115947732171, 67665205307818875323789155 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) {a(n)=local(M=matrix(n+1, n+1, r, c, if(r>=c, binomial((r-1)*r*(r+1)/3!-(c-1)*c*(c+1)/3!, r-c))), N=matrix(n+1, n+1, r, c, if(r>=c, binomial((r-1)*r*(r+1)/3!-(c-1)*c*(c+1)/3!+1, r-c)))); sum(k=0, n, (N*M^-1)[n+1, k+1])}

CROSSREFS

Cf. A126465, A126466, A126467, A126468.

Sequence in context: A185052 A009457 A175172 * A054859 A076725 A059917

Adjacent sequences:  A126466 A126467 A126468 * A126470 A126471 A126472

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 27 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.