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!)
A161227 Number of partitions of n into Catalan numbers A000108 where every part appears at least 2 times. 3
0, 1, 1, 2, 1, 3, 2, 4, 3, 6, 4, 7, 6, 9, 8, 11, 10, 14, 13, 17, 16, 20, 20, 24, 24, 28, 28, 34, 33, 39, 39, 45, 45, 52, 52, 59, 59, 68, 67, 76, 76, 86, 86, 96, 97, 108, 108, 121, 121, 134, 135, 149, 150, 164, 166, 182, 183, 200, 202, 220, 222, 241, 244, 263, 267, 288, 291, 313, 317 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
G.f.: -1 + Product_{j>=1} (1 + x^(2*binomial(2j,j)/(j+1))/(1-x^(binomial(2j,j)/(j+1)))). - Emeric Deutsch, Jun 22 2009
EXAMPLE
a(10)=6 because we have 55, 22222, 222211, 2221111, 22111111, and 1^(10). - Emeric Deutsch, Jun 22 2009
MAPLE
g := -1+product(1+x^(2*binomial(2*j, j)/(j+1))/(1-x^(binomial(2*j, j)/(j+1))), j = 1 .. 10): gser := series(g, x = 0, 75): seq(coeff(gser, x, n), n = 1 .. 70); # Emeric Deutsch, Jun 22 2009
CROSSREFS
Sequence in context: A240866 A230560 A265253 * A115584 A058742 A029140
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 06 2009
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)