[go: up one dir, main page]

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

Showing all changes.
Numbers that can be factored in such a way that every factor is a divisor of the number of factors.
(history; published version)
#9 by Susanna Cuyler at Thu Feb 04 20:53:29 EST 2021
STATUS

proposed

approved

#8 by Gus Wiseman at Thu Feb 04 13:47:00 EST 2021
STATUS

editing

proposed

#7 by Gus Wiseman at Thu Feb 04 13:46:17 EST 2021
CROSSREFS

The version for strict partitions appears to be {1,3}.

A340831/A340832 counts count factorizations with odd maximum/minimum.

#6 by Gus Wiseman at Thu Feb 04 13:39:43 EST 2021
CROSSREFS

Positions of nonzero terms in A340851, which counts these These factorizations are counted by A340851.

#5 by Gus Wiseman at Thu Feb 04 13:37:27 EST 2021
EXAMPLE

For example, 16000 has factorization 2*2*2*2*2*2*2*5*5*5, so is in the sequence.

For example, 24576 has three suitable factorizations:

#4 by Gus Wiseman at Thu Feb 04 08:52:51 EST 2021
CROSSREFS

Partitions of this type are counted by A340693 (A340606).

A340693 counts partitions of this type (A340606).

#3 by Gus Wiseman at Thu Feb 04 08:44:46 EST 2021
CROSSREFS

A143773 counts partitions whose parts are multiples of the number of parts, strict case A340830.

A340101 counts factorizations into odd factors (A066208), with , odd-length case A340102.

A340785 counts factorizations into even numbers, with even-length case A340786.

Cf. A050320, A067538, A168659, A301987, A316413, A327517, A340596, A340599, A340609, A340654, A340655, A340827, ~A340828A340830.

#2 by Gus Wiseman at Thu Feb 04 08:40:22 EST 2021
NAME

allocated for Gus WisemanNumbers that can be factored in such a way that every factor is a divisor of the number of factors.

DATA

1, 4, 16, 27, 32, 64, 96, 128, 144, 192, 216, 256, 288, 324, 432, 486, 512, 576, 648, 729, 864, 972, 1024, 1296, 1458, 1728, 1944, 2048, 2560, 2592, 2916, 3125, 3888, 4096, 5120, 5184, 5832, 6144, 6400, 7776, 8192, 9216, 11664, 12288, 12800, 13824, 15552

OFFSET

1,2

COMMENTS

Also numbers that can be factored in such a way that the length is divisible by the least common multiple.

EXAMPLE

The sequence of terms together with their prime indices begins:

1: {}

4: {1,1}

16: {1,1,1,1}

27: {2,2,2}

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

64: {1,1,1,1,1,1}

96: {1,1,1,1,1,2}

128: {1,1,1,1,1,1,1}

144: {1,1,1,1,2,2}

192: {1,1,1,1,1,1,2}

216: {1,1,1,2,2,2}

256: {1,1,1,1,1,1,1,1}

288: {1,1,1,1,1,2,2}

324: {1,1,2,2,2,2}

432: {1,1,1,1,2,2,2}

For example, 16000 has factorization 2*2*2*2*2*2*2*5*5*5, so is in the sequence.

For example, 24576 has factorizations:

(2*2*2*2*2*2*2*2*2*2*2*12)

(2*2*2*2*2*2*2*2*2*2*4*6)

(2*2*2*2*2*2*2*2*2*3*4*4)

so is in the sequence.

MATHEMATICA

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

Select[Range[1000], Select[facs[#], And@@IntegerQ/@(Length[#]/#)&]!={}&]

CROSSREFS

Positions of nonzero terms in A340851, which counts these factorizations.

The reciprocal version is A340853.

The version for strict partitions appears to be {1,3}.

A143773 counts partitions whose parts are multiples of the number of parts, strict case A340830.

A320911 can be factored into squarefree semiprimes.

A340597 have an alt-balanced factorization.

A340656 lack a twice-balanced factorization, complement A340657.

A340693 counts partitions of this type (A340606).

- Factorizations -

A001055 counts factorizations, with strict case A045778.

A316439 counts factorizations by product and length.

A339846 counts factorizations of even length.

A339890 counts factorizations of odd length.

A340101 counts factorizations into odd factors (A066208), with odd-length case A340102.

A340653 counts balanced factorizations.

A340831/A340832 counts factorizations with odd maximum/minimum.

A340785 counts factorizations into even numbers, with even-length case A340786.

A340854 cannot be factored with odd least factor, complement A340855.

Cf. A050320, A067538, A168659, A301987, A316413, A327517, A340596, A340599, A340609, A340654, A340655, A340827, ~A340828.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Feb 04 2021

STATUS

approved

editing

#1 by Gus Wiseman at Sun Jan 24 05:00:29 EST 2021
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved