[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A321177 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Heinz numbers of integer partitions that are the vertex-degrees of some set system with no singletons.
(history; published version)
#5 by N. J. A. Sloane at Sat Dec 08 21:04:55 EST 2018
STATUS

proposed

approved

#4 by Gus Wiseman at Mon Oct 29 03:06:19 EDT 2018
STATUS

editing

proposed

#3 by Gus Wiseman at Mon Oct 29 02:03:28 EDT 2018
COMMENTS

The Heinz number of an integer partition (y_1, ..., y_k) is prime(y_1) * ... * prime(y_k).

#2 by Gus Wiseman at Mon Oct 29 02:02:40 EDT 2018
NAME

allocated for Gus WisemanHeinz numbers of integer partitions that are the vertex-degrees of some set system with no singletons.

DATA

1, 4, 8, 12, 16, 18, 24, 27, 32, 36, 40

OFFSET

1,2

COMMENTS

A set system is a finite set of finite nonempty sets.

EXAMPLE

Each term paired with its Heinz partition and a realizing set system:

1: (): {}

4: (11): {{1,2}}

8: (111): {{1,2,3}}

12: (211): {{1,2},{1,3}}

16: (1111): {{1,2,3,4}}

18: (221): {{1,2},{1,2,3}}

24: (2111): {{1,2},{1,3,4}}

27: (222): {{1,2},{1,3},{2,3}}

32: (11111): {{1,2,3,4,5}}

36: (2211): {{1,2},{1,2,3,4}}

40: (3111): {{1,2},{1,3},{1,4}}

MATHEMATICA

sps[{}]:={{}}; sps[set:{i_, ___}]:=Join@@Function[s, Prepend[#, s]&/@sps[Complement[set, s]]]/@Cases[Subsets[set], {i, ___}];

mps[set_]:=Union[Sort[Sort/@(#/.x_Integer:>set[[x]])]&/@sps[Range[Length[set]]]];

hyp[m_]:=Select[mps[m], And[And@@UnsameQ@@@#, UnsameQ@@#, Min@@Length/@#>1]&];

nrmptn[n_]:=Join@@MapIndexed[Table[#2[[1]], {#1}]&, If[n==1, {}, Flatten[Cases[FactorInteger[n]//Reverse, {p_, k_}:>Table[PrimePi[p], {k}]]]]];

Select[Range[20], !hyp[nrmptn[#]]=={}&]

KEYWORD

allocated

nonn,more

AUTHOR

Gus Wiseman, Oct 29 2018

STATUS

approved

editing

#1 by Gus Wiseman at Mon Oct 29 02:02:40 EDT 2018
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved