The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A120379 Number of partitions of the Catalan number binomial(2n,n)/(n+1). 1
1, 1, 2, 7, 135, 53174, 6620830889, 39020148000237259665, 133523474368721196662101633251149823925, 14042421942608880253531745690954970851431472263832971258973477309202081861 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..13
G. P. Michon, Partition Function
EXAMPLE
a(3)=7 because binomial(6,3)/4 = 5 and the number of partitions of 5 is 7.
MAPLE
with(combinat): seq(numbpart(binomial(2*n, n)/(n+1)), n=0..8); # Emeric Deutsch, Jul 23 2006
MATHEMATICA
Array[PartitionsP@ CatalanNumber@ # &, 10, 0] (* Michael De Vlieger, Dec 17 2017 *)
PROG
(MuPAD) combinat::partitions::count(binomial(2*n, n)/(n+1)) $n=0..10 // Zerinvary Lajos, Apr 16 2007
CROSSREFS
Sequence in context: A323597 A286423 A041727 * A101799 A201172 A062617
KEYWORD
nonn
AUTHOR
Zerinvary Lajos, Jun 28 2006
EXTENSIONS
Edited by Emeric Deutsch, Jul 23 2006
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 June 6 14:58 EDT 2024. Contains 373131 sequences. (Running on oeis4.)