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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033552 Number of partitions into Catalan numbers. 3
1, 1, 2, 2, 3, 4, 5, 6, 7, 8, 10, 11, 13, 14, 17, 19, 22, 24, 27, 30, 34, 37, 41, 44, 49, 53, 58, 62, 68, 73, 80, 85, 92, 98, 106, 113, 121, 128, 137, 145, 155, 163, 175, 184, 197, 207, 220, 232, 246, 259, 274, 287, 304, 318, 336, 351, 371, 388, 409, 427, 449, 469 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

R. Zumkeller, Table of n, a(n) for n = 0..250 [From Reinhard Zumkeller, Apr 09 2010]

FORMULA

G.f.: product(1/(1-x^binomial(2*n, n)/(n+1)), n, 1, inf)

a(n) = f(n,1,1) with f(m,k,c) = if c>m then 0^m else f(m-c,k,c) + f(m,k+1,2*c*(2*k+1)/(k+2)). [From Reinhard Zumkeller, Apr 09 2010]

CROSSREFS

Cf. A000108.

Cf. A176137. [From Reinhard Zumkeller, Apr 09 2010]

Sequence in context: A017885 A011874 A000115 * A062420 A089197 A017874

Adjacent sequences:  A033549 A033550 A033551 * A033553 A033554 A033555

KEYWORD

easy,nonn

AUTHOR

Marc LeBrun

STATUS

approved

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 May 21 11:58 EDT 2013. Contains 225478 sequences.