[go: up one dir, main page]

login
Revision History for A370816 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Greatest number of multisets that can be obtained by choosing a divisor of each factor in an integer factorization of n into unordered factors > 1.
(history; published version)
#8 by OEIS Server at Tue Sep 17 12:38:44 EDT 2024
LINKS

Max Alekseyev, <a href="/A370816/b370816_1.txt">Table of n, a(n) for n = 1..10000</a>

#7 by Max Alekseyev at Tue Sep 17 12:38:44 EDT 2024
STATUS

editing

approved

Discussion
Tue Sep 17
12:38
OEIS Server: Installed first b-file as b370816.txt.
#6 by Max Alekseyev at Tue Sep 17 12:38:40 EDT 2024
LINKS

Max Alekseyev, <a href="/A370816/b370816_1.txt">Table of n, a(n) for n = 1..10000</a>

STATUS

approved

editing

#5 by Michael De Vlieger at Mon Mar 11 08:30:31 EDT 2024
STATUS

proposed

approved

#4 by Gus Wiseman at Mon Mar 11 01:45:48 EDT 2024
STATUS

editing

proposed

#3 by Gus Wiseman at Mon Mar 11 01:32:41 EDT 2024
CROSSREFS

For just prime factors we have A370817, for partitions A370809.

For just prime factors we have A370817.

A000041 counts integer partitions, strict A000009.

A006530 gives greatest prime factor, least A020639.

A027746 lists prime factors, A112798 indices, length A001222.

A355741 chooses prime factors of prime indices, variations A355744, A355745.

A370593 counts non-choosable partitions, complement A370592, see also A370594, `A370807.

A370812 counts ways to choose divisors of prime indices, non-strict A355733.

Cf. A000792, `A048249, `A066739, A319055, A319057, A355737, A355739, A355740, `A355749, ~A367771, A355741, A368110, ~A370348, ~A370585, `A370595, `A370803, ~A370810.

#2 by Gus Wiseman at Wed Mar 06 14:43:26 EST 2024
NAME

allocated for Gus WisemanGreatest number of multisets that can be obtained by choosing a divisor of each factor in an integer factorization of n into unordered factors > 1.

DATA

1, 2, 2, 3, 2, 4, 2, 5, 3, 4, 2, 7, 2, 4, 4, 7, 2, 7, 2, 7, 4, 4, 2, 11, 3, 4, 5, 7, 2, 8, 2, 10, 4, 4, 4, 12, 2, 4, 4, 11, 2, 8, 2, 7, 7, 4, 2, 17, 3, 7, 4, 7, 2, 11, 4, 11, 4, 4, 2, 15, 2, 4, 7, 14, 4, 8, 2, 7, 4, 8, 2, 20, 2, 4, 7, 7, 4, 8, 2, 17, 7, 4, 2

OFFSET

1,2

EXAMPLE

For the factorizations of 12 we have the following choices:

(2*2*3): {{1,1,1},{1,1,2},{1,1,3},{1,2,2},{1,2,3},{2,2,3}}

(2*6): {{1,1},{1,2},{1,3},{1,6},{2,2},{2,3},{2,6}}

(3*4): {{1,1},{1,2},{1,3},{1,4},{2,3},{3,4}}

(12): {{1},{2},{3},{4},{6},{12}}

So a(12) = 7.

MATHEMATICA

facs[n_]:=If[n<=1, {{}}, Join@@Table[Map[Prepend[#, d]&, Select[facs[n/d], Min@@#>=d&]], {d, Rest[Divisors[n]]}]];

Table[Max[Length[Union[Sort/@Tuples[Divisors/@#]]]&/@facs[n]], {n, 100}]

CROSSREFS

For just prime factors we have A370817, for partitions A370809.

The version for partitions is A370808, for just prime factors A370809.

A000005 counts divisors.

A000041 counts integer partitions, strict A000009.

A001055 counts factorizations, strict A045778.

A006530 gives greatest prime factor, least A020639.

A027746 lists prime factors, A112798 indices, length A001222.

A355731 counts choices of a divisor of each prime index, firsts A355732.

A355741 chooses prime factors of prime indices, variations A355744, A355745.

A368413 counts non-choosable factorizations, complement A368414.

A370593 counts non-choosable partitions, complement A370592, see also A370594, `A370807.

A370812 counts ways to choose divisors of prime indices, non-strict A355733.

A370813 counts non-divisor-choosable factorizations, complement A370814.

Cf. A000792, `A048249, `A066739, A319055, A319057, A355737, A355739, A355740, `A355749, ~A367771, A368110, ~A370348, ~A370585, `A370595, `A370803, ~A370810.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Mar 06 2024

STATUS

approved

editing

#1 by Gus Wiseman at Sat Mar 02 09:28:51 EST 2024
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved