OFFSET
1,1
COMMENTS
EXAMPLE
The terms together with their prime indices begin:
3: {2} 25: {3,3} 45: {2,2,3}
5: {3} 26: {1,6} 46: {1,9}
6: {1,2} 27: {2,2,2} 47: {15}
7: {4} 29: {10} 49: {4,4}
9: {2,2} 30: {1,2,3} 50: {1,3,3}
10: {1,3} 31: {11} 51: {2,7}
11: {5} 33: {2,5} 53: {16}
13: {6} 34: {1,7} 54: {1,2,2,2}
14: {1,4} 35: {3,4} 55: {3,5}
15: {2,3} 36: {1,1,2,2} 57: {2,8}
17: {7} 37: {12} 58: {1,10}
18: {1,2,2} 38: {1,8} 59: {17}
19: {8} 39: {2,6} 61: {18}
21: {2,4} 41: {13} 62: {1,11}
22: {1,5} 42: {1,2,4} 63: {2,2,4}
23: {9} 43: {14} 65: {3,6}
MATHEMATICA
Select[Range[100], FactorInteger[2*#][[1, 2]]-1<=Max@@Last/@Rest[FactorInteger[2*#]]&]
CROSSREFS
The LHS (exponent of 2) is A007814.
The complement is A360013 = 2*A360015 (if we prepend 1), counted by A241131 (shifted right and starting with 1 instead of 0).
The RHS (greatest exponent of an odd prime factor) is A375669.
These are positions of terms > 1 in A381437.
Partitions of this type are counted by A381544.
A122111 represents conjugation in terms of Heinz numbers.
A381438 counts partitions by last part part of section-sum partition.
KEYWORD
nonn,new
AUTHOR
Gus Wiseman, Mar 02 2025
STATUS
approved