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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137648 a(n) = Sum_{k=0..n} C(k^2, k) * C(k^2, n-k). 0
1, 1, 7, 108, 2612, 85298, 3501504, 172989880, 9987924928, 659768790882, 49065577842538, 4056413252138692, 369030922581806616, 36634832808175143734, 3940779041158898056286, 456592594401713997379344 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

PROG

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

CROSSREFS

Sequence in context: A202780 A033516 A130629 * A106977 A142480 A202515

Adjacent sequences:  A137645 A137646 A137647 * A137649 A137650 A137651

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 31 2008

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 16 07:39 EST 2012. Contains 205881 sequences.