Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A320326

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A320326 a(n) = Sum_{i=0..n} binomial(2*i-1,i)*binomial(2*i,n-i).
(history; published version)
#23 by Joerg Arndt at Sun Jul 19 11:53:15 EDT 2020
STATUS

proposed

approved

#22 by Michel Marcus at Sun Jul 19 11:10:46 EDT 2020
STATUS

editing

proposed

#21 by Michel Marcus at Sun Jul 19 11:10:43 EDT 2020
MATHEMATICA

(GAP) List([0..25], n->Sum([0..n], i->Binomial(2*i-1, i)*Binomial(2*i, n-i))); # Muniru A Asiru, Oct 11 2018

PROG

(GAP) List([0..25], n->Sum([0..n], i->Binomial(2*i-1, i)*Binomial(2*i, n-i))); # Muniru A Asiru, Oct 11 2018

STATUS

approved

editing

#20 by Susanna Cuyler at Wed Feb 20 08:11:21 EST 2019
STATUS

reviewed

approved

#19 by Joerg Arndt at Wed Feb 20 07:23:19 EST 2019
STATUS

proposed

reviewed

#18 by Seiichi Manyama at Wed Feb 20 06:42:42 EST 2019
STATUS

editing

proposed

#17 by Seiichi Manyama at Wed Feb 20 06:36:03 EST 2019
NAME

a(n) = Sum_{i=0..n} Cbinomial(2*i-1,i)*Cbinomial(2*i,n-i).

#16 by Seiichi Manyama at Wed Feb 20 06:35:26 EST 2019
LINKS

Seiichi Manyama, <a href="/A320326/b320326.txt">Table of n, a(n) for n = 0..1000</a>

STATUS

approved

editing

#15 by Peter Luschny at Sun Oct 14 11:57:21 EDT 2018
STATUS

proposed

approved

#14 by Muniru A Asiru at Thu Oct 11 04:09:01 EDT 2018
STATUS

editing

proposed

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 September 11 23:02 EDT 2024. Contains 375842 sequences. (Running on oeis4.)