[go: up one dir, main page]

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

Showing all changes.
Numbers whose prime factors have a permutation with no consecutive monotone triple, i.e., no triple (..., x, y, z, ...) such that either x <= y <= z or x >= y >= z.
(history; published version)
#8 by Susanna Cuyler at Sun Jun 13 10:21:35 EDT 2021
STATUS

proposed

approved

#7 by Gus Wiseman at Sun Jun 13 04:14:55 EDT 2021
STATUS

editing

proposed

#6 by Gus Wiseman at Sun Jun 13 04:14:43 EDT 2021
EXAMPLE

For example, the prime factors of 120 are (2,2,2,3,5), with the two wiggly permutations (2,3,2,5,2), and (2,5,2,3,2), so 120 is in the sequence.

#5 by Gus Wiseman at Sun Jun 13 04:12:37 EDT 2021
EXAMPLE

For example, the prime factors of 120 are (2,2,2,3,5), with the two wiggly permutations (2,3,2,5,2), (2,5,2,3,2), so 120 is in the sequence.

#4 by Gus Wiseman at Sun Jun 13 02:52:04 EDT 2021
NAME

Numbers whose prime indices factors have a permutation with no consecutive monotone triple, i.e., no triple (..., x, y, z, ...) such that either x <= y <= z or x >= y >= z.

COMMENTS

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.

Also Heinz numbers of integer partitions that are either a twin (x,x) or have a wiggly permutation, where:.

CROSSREFS

A001248 lists squares of primes.

A056239 adds up prime indices, row sums of A112798.

Cf. A000070, `A000097, A001222, A001248, `A027193, A071321, A071322, ~A103919, `A128761, A316523, A316524, ~A333213, `A333489, `A335126, 1A335464, A344605, A344614, `A344615, A344616, A344652, `A345163, ~A345166, A345167, `A345168, ~A345169, `A345173, `A345193.

#3 by Gus Wiseman at Sun Jun 13 02:35:38 EDT 2021
NAME

Numbers whose prime indices have a permutation that has with no consecutive monotone triple, i.e., no triple (..., x, y, z, ...) such that either x <= y <= z or x >= y >= z.

#2 by Gus Wiseman at Sat Jun 12 07:37:06 EDT 2021
NAME

allocated for Gus WisemanNumbers whose prime indices have a permutation that has no consecutive monotone triple, i.e., no triple (..., x, y, z, ...) such that either x <= y <= z or x >= y >= z.

DATA

1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77

OFFSET

1,2

COMMENTS

Differs from A335433 in having all squares of primes (A001248) and lacking 270 etc.

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.

Also Heinz numbers of integer partitions that are either a twin (x,x) or have a wiggly permutation, where:

(1) The Heinz number of a partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k). This gives a bijective correspondence between positive integers and integer partitions.

(2) A sequence is wiggly if it is alternately strictly increasing and strictly decreasing, starting with either. For example, the partition (3,2,2,2,1) has no wiggly permutations, even though it has anti-run permutations (2,3,2,1,2) and (2,1,2,3,2).

FORMULA

Union of A345172 (wiggly) and A001248 (squares of primes).

EXAMPLE

The sequence of terms together with their prime indices begins:

1: {} 18: {1,2,2} 36: {1,1,2,2}

2: {1} 19: {8} 37: {12}

3: {2} 20: {1,1,3} 38: {1,8}

4: {1,1} 21: {2,4} 39: {2,6}

5: {3} 22: {1,5} 41: {13}

6: {1,2} 23: {9} 42: {1,2,4}

7: {4} 25: {3,3} 43: {14}

9: {2,2} 26: {1,6} 44: {1,1,5}

10: {1,3} 28: {1,1,4} 45: {2,2,3}

11: {5} 29: {10} 46: {1,9}

12: {1,1,2} 30: {1,2,3} 47: {15}

13: {6} 31: {11} 49: {4,4}

14: {1,4} 33: {2,5} 50: {1,3,3}

15: {2,3} 34: {1,7} 51: {2,7}

17: {7} 35: {3,4} 52: {1,1,6}

MATHEMATICA

Select[Range[100], Select[Permutations[Flatten[ConstantArray@@@FactorInteger[#]]], !MatchQ[#, {___, x_, y_, z_, ___}/; x<=y<=z||x>=y>=z]&]!={}&]

CROSSREFS

Positions of nonzero terms in A344606.

The complement is A344653, counted by A344654.

These partitions are counted by A344740.

A000041 counts partitions of 2n with alternating sum 0, ranked by A000290.

A001250 counts wiggly permutations.

A003242 counts anti-run compositions.

A011782 counts compositions.

A025047 counts wiggly compositions (ascend: A025048, descend: A025049).

A325534 counts separable partitions, ranked by A335433.

A325535 counts inseparable partitions, ranked by A335448.

A344604 counts wiggly compositions with twins.

A345164 counts wiggly permutations of prime indices.

A345165 counts partitions without a wiggly permutation, ranked by A345171.

A345170 counts partitions with a wiggly permutation, ranked by A345172.

A345192 counts non-wiggly compositions.

Cf. A000070, `A000097, A001222, A001248, `A027193, A071321, A071322, ~A103919, `A128761, A316523, A316524, ~A333213, `A333489, `A335126, 1A335464, A344605, A344614, `A344615, A344616, A344652, `A345163, ~A345166, A345167, `A345168, ~A345169, `A345173, `A345193.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Jun 12 2021

STATUS

approved

editing

#1 by Gus Wiseman at Thu May 27 23:58:18 EDT 2021
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved