[go: up one dir, main page]

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!)
Revision History for A326536 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A326536 MM-numbers of multiset partitions where every part has the same average.
(history; published version)
#6 by Susanna Cuyler at Sat Jul 13 09:13:10 EDT 2019
STATUS

proposed

approved

#5 by Gus Wiseman at Fri Jul 12 20:56:28 EDT 2019
STATUS

editing

proposed

#4 by Gus Wiseman at Fri Jul 12 20:55:20 EDT 2019
LINKS

Gus Wiseman, <a href="/A038041/a038041.txt">Sequences counting and ranking multiset partitions whose part lengths, sums, or averages are constant or strict.</a>

EXAMPLE

The sequence of multiset partitions where every part satisfyinghas the conditionsame average, preceded by their MM-numbers , begins:

CROSSREFS

Cf. A038041, A051293, A112798, A302242, A320324, A326512, A326515, A326520, A326533, A326534, A326535, A326537.

#3 by Gus Wiseman at Fri Jul 12 00:55:41 EDT 2019
CROSSREFS

Cf. A051293, A112798, A302242, A320324, A326512, A326515, A326520, A326533, A326534, A326535, A326537.

#2 by Gus Wiseman at Fri Jul 12 00:49:08 EDT 2019
NAME

allocatedMM-numbers of multiset partitions where every part has forthe Gussame Wisemanaverage.

DATA

1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 16, 17, 19, 21, 23, 25, 27, 29, 31, 32, 37, 41, 43, 47, 49, 53, 57, 59, 61, 63, 64, 67, 71, 73, 79, 81, 83, 89, 97, 101, 103, 107, 109, 113, 115, 121, 125, 127, 128, 131, 133, 137, 139, 145, 147, 149, 151, 157, 159, 163, 167

OFFSET

1,2

COMMENTS

First differs from A322902 in having 145.

These are numbers where each prime index has the same average of prime indices. A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. The multiset multisystem with MM-number n is obtained by taking the multiset of prime indices of each prime index of n. For example, the prime indices of 78 are {1,2,6}, so the multiset multisystem with MM-number 78 is {{},{1},{1,2}}.

EXAMPLE

The sequence of multiset partitions satisfying the condition preceded by their MM-numbers begins:

1: {}

2: {{}}

3: {{1}}

4: {{},{}}

5: {{2}}

7: {{1,1}}

8: {{},{},{}}

9: {{1},{1}}

11: {{3}}

13: {{1,2}}

16: {{},{},{},{}}

17: {{4}}

19: {{1,1,1}}

21: {{1},{1,1}}

23: {{2,2}}

25: {{2},{2}}

27: {{1},{1},{1}}

29: {{1,3}}

31: {{5}}

32: {{},{},{},{},{}}

MATHEMATICA

primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];

Select[Range[100], SameQ@@Mean/@primeMS/@primeMS[#]&]

CROSSREFS

Cf. A112798, A302242, A320324, A326512, A326515, A326520, A326533, A326534, A326535, A326537.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Jul 12 2019

STATUS

approved

editing

#1 by Gus Wiseman at Thu Jul 11 18:56:52 EDT 2019
NAME

allocated for Gus Wiseman

KEYWORD

allocated

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 August 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)