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!)
A330458 Number of multisets of nonempty sets of nonempty multisets of positive integers with total sum n. 0
1, 1, 3, 8, 20, 49, 123, 292, 701, 1653, 3874, 8977, 20711, 47344, 107692, 243382, 547264, 1224048, 2725483, 6040796, 13334354, 29316445, 64215841, 140159357, 304890958, 661097630, 1429083295, 3080159882, 6620188725, 14190463947, 30338920339, 64702805452 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Euler transform of A261049. The Euler transform of a sequence (s_1, s_2, ...) is the sequence with generating function Product_{i > 0} 1/(1 - x^i)^s_i.
EXAMPLE
The a(4) = 20 partitions:
((4)) ((22)) ((13)) ((112)) ((1111))
((2))((2)) ((1)(3)) ((1)(12)) ((1)(111))
((1))((3)) ((2)(11)) ((1))((111))
((1))((12)) ((11))((11))
((2))((11)) ((1))((1)(11))
((1))((1)(2)) ((1))((1))((11))
((1))((1))((2)) ((1))((1))((1))((1))
MATHEMATICA
ppl[n_, k_]:=Switch[k, 0, {n}, 1, IntegerPartitions[n], _, Join@@Table[Union[Sort/@Tuples[ppl[#, k-1]&/@ptn]], {ptn, IntegerPartitions[n]}]];
Table[Length[Select[ppl[n, 3], And@@UnsameQ@@@#&]], {n, 0, 10}]
CROSSREFS
Sequence in context: A124523 A054185 A171853 * A093963 A261233 A346944
KEYWORD
nonn
AUTHOR
Gus Wiseman, Dec 17 2019
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)