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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137645 a(n) = Sum_{k=0..n} C((n-k)*k, k) * C((n-k)*k, n-k). 0
1, 0, 1, 4, 42, 608, 10986, 240492, 6167112, 181154848, 5995624710, 220711502648, 8943846698096, 395588177834784, 18962600075658460, 979198125493716492, 54189002212286942316, 3199366560075461850320, 200730550064907653703510 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,4

LINKS

Table of n, a(n) for n=0..18.

PROG

(PARI) a(n)=sum(k=0, n, binomial((n-k)*k, k)*binomial((n-k)*k, n-k))

CROSSREFS

Sequence in context: A151453 A153854 A216080 * A136045 A192949 A156453

Adjacent sequences:  A137642 A137643 A137644 * A137646 A137647 A137648

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Jan 31 2008

STATUS

approved

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 May 23 23:31 EDT 2013. Contains 225613 sequences.