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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137647 a(n) = Sum_{k=0..n} C(k(k+1), k) * C(k(k+1), n-k). 0
1, 2, 19, 312, 7710, 254226, 10490141, 519862812, 30075235131, 1989376821840, 148089577059957, 12251856625291758, 1115218087275339166, 110758226370052793778, 11918195995470354683205 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

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

PROG

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

CROSSREFS

Sequence in context: A065923 A094476 A119773 * A187659 A078369 A090308

Adjacent sequences:  A137644 A137645 A137646 * A137648 A137649 A137650

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 24 12:52 EDT 2013. Contains 225620 sequences.