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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077285 Number of partitions of n with designated summands. 6
1, 1, 3, 5, 10, 15, 28, 41, 69, 102, 160, 231, 352, 498, 732, 1027, 1470, 2031, 2856, 3896, 5382, 7272, 9896, 13233, 17800, 23579, 31362, 41219, 54288, 70791, 92456, 119698, 155097, 199512, 256664, 328134, 419436, 533162, 677412, 856573 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Expansion of eta(q^6)/(eta(q)eta(q^2)eta(q^3)) in powers of q. - Michael Somos Feb 05 2004

Euler transform of period 6 sequence [1,2,2,2,1,2,...]. - Michael Somos Feb 05 2004

Sum of products of multiplicities of parts in all partitions of n. The partitions of 4 are 4, 1+3, 2+2, 2+1+1, 1+1+1+1, the corresponding products are 1,1,2,2,4 and their sum is a(4) = 10. - Vladeta Jovovic (vladeta(AT)eunet.rs), Feb 16 2005

REFERENCES

Andrews, G. E.; Lewis, R. P.; Lovejoy, J. Partitions with designated summands. Acta Arith. 105 (2002), no. 1, 51-66.

LINKS

N. J. A. Sloane, Transforms

FORMULA

Generating function is P(x)P(x^2)P(x^3)/P(x^6), where P(x)=Product_{k>0} 1/(1-x^k) is the partition generating function (A000041)

EULER(DCONV(A000012, iEULER(A000027)))

G.f.: Product((1-x^i+x^(2*i))/(1-x^i)^2, i = 1 .. infinity). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 16 2005

EXAMPLE

a(3)=5 because the partitions of 3 with designated summands are 3', 2'1', 1'11, 11'1, 111'

PROG

(PARI) a(n)=local(X); if(n<0, 0, X=x+x*O(x^n); polcoeff(eta(X^6)/(eta(X)*eta(X^2)*eta(X^3)), n))

CROSSREFS

Cf. A000041, A091601.

Sequence in context: A097513 A045513 A008337 * A072523 A054473 A006168

Adjacent sequences:  A077282 A077283 A077284 * A077286 A077287 A077288

KEYWORD

nonn

AUTHOR

Jorn B. Olsson (olsson(AT)math.ku.dk), Nov 26 2003

EXTENSIONS

Edited and extended by Christian G. Bower (bowerc(AT)usa.net), Jan 23 2004

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 February 15 11:20 EST 2012. Contains 205773 sequences.