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!)
A188479 Binomial variation of the Catalan Numbers 2
1, 1, 2, 4, 12, 40, 156, 700, 3520, 19592, 119992, 801272, 5792464, 45071600, 375615696, 3338063600, 31511918816, 314913425280, 3321357021600, 36868596345056, 429672869359360, 5245439731918784, 66941714022827072, 891387254398818752, 12363478873222765568, 178331546692362644992, 2671094825005048612224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = sum( binomial(n-i, i)*a(i)*a(n-1-i), i=0..(n-1) ) with a(0)=1
MATHEMATICA
a[0]=1; a[n_]:=a[n]=Sum[ Binomial[n-i, i] a[i]*a[n-1-i], {i, 0, n-1}]; Table[ a[n], {n, 0, 30}]
CROSSREFS
Sequence in context: A215073 A215074 A215070 * A062962 A033472 A134983
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Apr 01 2011
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 April 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)