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!)
A279791 Number of twice-partitions of type (Q,R,Q) and weight n. 13
1, 1, 2, 2, 3, 6, 5, 8, 8, 16, 12, 23, 18, 36, 33, 50, 38, 84, 54, 106, 100, 155, 104, 244, 142, 301, 270, 436, 256, 684, 340, 788, 670, 1044, 585, 1868, 760, 1878, 1600, 2647 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
The a(8)=8 twice-partitions of type (Q,R,Q) are:
((8)), ((71)), ((62)), ((53)),
((521)), ((4)(31)), ((31)(4)), ((431)).
MATHEMATICA
nn=20;
sps[{}]:={{}}; sps[set:{i_, ___}]:=Join@@Function[s, Prepend[#, s]&/@sps[Complement[set, s]]]/@Cases[Subsets[set], {i, ___}];
Table[Total[Total[Factorial/@Length/@Select[sps[Sort[#]], SameQ@@Total/@#&]]&/@Select[IntegerPartitions[n], UnsameQ@@#&]], {n, nn}]
CROSSREFS
Sequence in context: A116447 A137757 A210751 * A328744 A345706 A132886
KEYWORD
nonn,look
AUTHOR
Gus Wiseman, Dec 18 2016
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 May 11 09:42 EDT 2024. Contains 372408 sequences. (Running on oeis4.)