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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126467 Column 1 of triangle A126465. 4
1, 1, 6, 105, 3710, 219625, 19545316, 2437990653, 405899413380, 87002614878795, 23351252019790310, 7676367378822833691, 3035533054438876836390, 1422385798272704860377055, 779768824083518449340320720 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

PROG

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

CROSSREFS

Cf. A126465, A126466, A126468; A126469 (row sums).

Sequence in context: A033589 A077289 A110342 * A013294 A013300 A109819

Adjacent sequences:  A126464 A126465 A126466 * A126468 A126469 A126470

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 14 23:53 EST 2012. Contains 205689 sequences.