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!)
A098730 Sum[i=0..n, Sum[j=0..n, C(n-i,i+j) * C(n-j,i+j) ]]. 0
1, 1, 5, 14, 46, 145, 462, 1465, 4641, 14671, 46298, 145858, 458811, 1441204, 4521255, 14167145, 44344445, 138665650, 433218100, 1352333899, 4218220602, 13148256139, 40956562683, 127501720725, 396702130246, 1233632920766 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Sum[Sum[Binomial[n-i, i+j]Binomial[n-j, i+j], {j, 0, n}], {i, 0, n}], {n, 0, 30}] (* Harvey P. Dale, Jan 25 2023 *)
CROSSREFS
Sequence in context: A176640 A126729 A336006 * A244236 A163608 A081496
KEYWORD
nonn
AUTHOR
Ralf Stephan, Oct 28 2004
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 October 3 10:11 EDT 2023. Contains 365859 sequences. (Running on oeis4.)