login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
0,2
LINKS
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
Sequence in context: A009457 A175172 A218057 * A093433 A054859 A076725
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 27 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 02:37 EDT 2024. Contains 371989 sequences. (Running on oeis4.)