A341446
Heinz numbers of integer partitions whose only odd part is the smallest.
Original entry on oeis.org
2, 5, 6, 11, 14, 17, 18, 23, 26, 31, 35, 38, 41, 42, 47, 54, 58, 59, 65, 67, 73, 74, 78, 83, 86, 95, 97, 98, 103, 106, 109, 114, 122, 126, 127, 137, 142, 143, 145, 149, 157, 158, 162, 167, 174, 178, 179, 182, 185, 191, 197, 202, 209, 211, 214, 215, 222, 226
Offset: 1
The sequence of partitions together with their Heinz numbers begins:
2: (1) 54: (2,2,2,1) 109: (29)
5: (3) 58: (10,1) 114: (8,2,1)
6: (2,1) 59: (17) 122: (18,1)
11: (5) 65: (6,3) 126: (4,2,2,1)
14: (4,1) 67: (19) 127: (31)
17: (7) 73: (21) 137: (33)
18: (2,2,1) 74: (12,1) 142: (20,1)
23: (9) 78: (6,2,1) 143: (6,5)
26: (6,1) 83: (23) 145: (10,3)
31: (11) 86: (14,1) 149: (35)
35: (4,3) 95: (8,3) 157: (37)
38: (8,1) 97: (25) 158: (22,1)
41: (13) 98: (4,4,1) 162: (2,2,2,2,1)
42: (4,2,1) 103: (27) 167: (39)
47: (15) 106: (16,1) 174: (10,2,1)
These partitions are counted by
A035363 (shifted left once).
Terms of
A340932 can be factored into elements of this sequence.
A026804 counts partitions whose smallest part is odd.
A032742 selects largest proper divisor.
A055396 selects smallest prime index.
A061395 selects largest prime index.
A066207 lists numbers with all even prime indices.
A066208 lists numbers with all odd prime indices.
A112798 lists the prime indices of each positive integer.
A244991 lists numbers whose greatest prime index is odd.
A340932 lists numbers whose smallest prime index is odd.
-
primeMS[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]];
Select[Range[2,100],OddQ[First[primeMS[#]]]&&And@@EvenQ[Rest[primeMS[#]]]&]
A340932
Numbers whose least prime index is odd. Heinz numbers of integer partitions whose last part is odd.
Original entry on oeis.org
2, 4, 5, 6, 8, 10, 11, 12, 14, 16, 17, 18, 20, 22, 23, 24, 25, 26, 28, 30, 31, 32, 34, 35, 36, 38, 40, 41, 42, 44, 46, 47, 48, 50, 52, 54, 55, 56, 58, 59, 60, 62, 64, 65, 66, 67, 68, 70, 72, 73, 74, 76, 78, 80, 82, 83, 84, 85, 86, 88, 90, 92, 94, 95, 96, 97
Offset: 1
The sequence of terms together with their prime indices begins:
2: {1} 24: {1,1,1,2} 46: {1,9}
4: {1,1} 25: {3,3} 47: {15}
5: {3} 26: {1,6} 48: {1,1,1,1,2}
6: {1,2} 28: {1,1,4} 50: {1,3,3}
8: {1,1,1} 30: {1,2,3} 52: {1,1,6}
10: {1,3} 31: {11} 54: {1,2,2,2}
11: {5} 32: {1,1,1,1,1} 55: {3,5}
12: {1,1,2} 34: {1,7} 56: {1,1,1,4}
14: {1,4} 35: {3,4} 58: {1,10}
16: {1,1,1,1} 36: {1,1,2,2} 59: {17}
17: {7} 38: {1,8} 60: {1,1,2,3}
18: {1,2,2} 40: {1,1,1,3} 62: {1,11}
20: {1,1,3} 41: {13} 64: {1,1,1,1,1,1}
22: {1,5} 42: {1,2,4} 65: {3,6}
23: {9} 44: {1,1,5} 66: {1,2,5}
These partitions are counted by
A026804.
The case where all prime indices are odd is
A066208.
Looking at greatest prime index instead of least gives
A244991.
A061395 selects greatest prime index.
A112798 lists the prime indices of each positive integer.
A372591
Numbers whose binary weight (A000120) plus bigomega (A001222) is even.
Original entry on oeis.org
2, 6, 7, 8, 9, 10, 11, 13, 15, 19, 24, 28, 31, 32, 33, 34, 36, 37, 39, 40, 41, 42, 44, 46, 47, 50, 51, 52, 54, 57, 58, 59, 60, 61, 65, 67, 70, 73, 76, 77, 79, 85, 86, 90, 95, 96, 97, 98, 103, 106, 107, 109, 110, 111, 112, 117, 119, 123, 124, 126, 127, 128, 129
Offset: 1
The terms (center), their binary indices (left), and their weakly decreasing prime indices (right) begin:
{2} 2 (1)
{2,3} 6 (2,1)
{1,2,3} 7 (4)
{4} 8 (1,1,1)
{1,4} 9 (2,2)
{2,4} 10 (3,1)
{1,2,4} 11 (5)
{1,3,4} 13 (6)
{1,2,3,4} 15 (3,2)
{1,2,5} 19 (8)
{4,5} 24 (2,1,1,1)
{3,4,5} 28 (4,1,1)
{1,2,3,4,5} 31 (11)
{6} 32 (1,1,1,1,1)
{1,6} 33 (5,2)
{2,6} 34 (7,1)
{3,6} 36 (2,2,1,1)
{1,3,6} 37 (12)
{1,2,3,6} 39 (6,2)
{4,6} 40 (3,1,1,1)
{1,4,6} 41 (13)
{2,4,6} 42 (4,2,1)
For just binary indices:
For just prime indices:
A070939 gives length of binary expansion.
A372588
Numbers k > 1 such that (greatest binary index of k) + (greatest prime index of k) is odd.
Original entry on oeis.org
2, 6, 7, 8, 10, 11, 15, 18, 19, 21, 24, 26, 27, 28, 29, 32, 33, 34, 40, 41, 44, 45, 46, 47, 50, 51, 55, 59, 60, 62, 65, 70, 71, 72, 74, 76, 78, 79, 81, 84, 86, 87, 89, 91, 95, 96, 98, 101, 104, 105, 106, 107, 108, 111, 112, 113, 114, 116, 117, 122, 126, 128
Offset: 1
The terms (center), their binary indices (left), and their weakly decreasing prime indices (right) begin:
{2} 2 (1)
{2,3} 6 (2,1)
{1,2,3} 7 (4)
{4} 8 (1,1,1)
{2,4} 10 (3,1)
{1,2,4} 11 (5)
{1,2,3,4} 15 (3,2)
{2,5} 18 (2,2,1)
{1,2,5} 19 (8)
{1,3,5} 21 (4,2)
{4,5} 24 (2,1,1,1)
{2,4,5} 26 (6,1)
{1,2,4,5} 27 (2,2,2)
{3,4,5} 28 (4,1,1)
{1,3,4,5} 29 (10)
{6} 32 (1,1,1,1,1)
{1,6} 33 (5,2)
{2,6} 34 (7,1)
{4,6} 40 (3,1,1,1)
{1,4,6} 41 (13)
{3,4,6} 44 (5,1,1)
{1,3,4,6} 45 (3,2,2)
For just binary indices:
For just prime indices:
A070939 gives length of binary expansion.
Cf.
A000720,
A006141,
A066208,
A160786,
A243055,
A257991,
A300272,
A304818,
A340604,
A341446,
A372429-
A372433,
A372438.
-
Select[Range[2,100],OddQ[IntegerLength[#,2]+PrimePi[FactorInteger[#][[-1,1]]]]&]
A372586
Numbers k such that (sum of binary indices of k) + (sum of prime indices of k) is odd.
Original entry on oeis.org
1, 2, 3, 4, 5, 8, 9, 12, 15, 16, 17, 20, 21, 29, 32, 36, 42, 43, 45, 46, 47, 48, 51, 53, 54, 55, 59, 60, 61, 63, 64, 65, 66, 67, 68, 71, 73, 78, 79, 80, 81, 84, 89, 91, 93, 94, 95, 97, 99, 101, 105, 110, 111, 113, 114, 115, 116, 118, 119, 121, 122, 125, 127
Offset: 1
The terms (center), their binary indices (left), and their weakly decreasing prime indices (right) begin:
{1} 1 ()
{2} 2 (1)
{1,2} 3 (2)
{3} 4 (1,1)
{1,3} 5 (3)
{4} 8 (1,1,1)
{1,4} 9 (2,2)
{3,4} 12 (2,1,1)
{1,2,3,4} 15 (3,2)
{5} 16 (1,1,1,1)
{1,5} 17 (7)
{3,5} 20 (3,1,1)
{1,3,5} 21 (4,2)
{1,3,4,5} 29 (10)
{6} 32 (1,1,1,1,1)
{3,6} 36 (2,2,1,1)
{2,4,6} 42 (4,2,1)
{1,2,4,6} 43 (14)
{1,3,4,6} 45 (3,2,2)
{2,3,4,6} 46 (9,1)
{1,2,3,4,6} 47 (15)
{5,6} 48 (2,1,1,1,1)
For just binary indices:
For just prime indices:
A070939 gives length of binary expansion.
-
prix[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]];
bix[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1];
Select[Range[100],OddQ[Total[bix[#]]+Total[prix[#]]]&]
A372589
Numbers k > 1 such that (greatest binary index of k) + (greatest prime index of k) is even.
Original entry on oeis.org
3, 4, 5, 9, 12, 13, 14, 16, 17, 20, 22, 23, 25, 30, 31, 35, 36, 37, 38, 39, 42, 43, 48, 49, 52, 53, 54, 56, 57, 58, 61, 63, 64, 66, 67, 68, 69, 73, 75, 77, 80, 82, 83, 85, 88, 90, 92, 93, 94, 97, 99, 100, 102, 103, 109, 110, 115, 118, 119, 120, 121, 123, 124
Offset: 1
The terms (center), their binary indices (left), and their weakly decreasing prime indices (right) begin:
{1,2} 3 (2)
{3} 4 (1,1)
{1,3} 5 (3)
{1,4} 9 (2,2)
{3,4} 12 (2,1,1)
{1,3,4} 13 (6)
{2,3,4} 14 (4,1)
{5} 16 (1,1,1,1)
{1,5} 17 (7)
{3,5} 20 (3,1,1)
{2,3,5} 22 (5,1)
{1,2,3,5} 23 (9)
{1,4,5} 25 (3,3)
{2,3,4,5} 30 (3,2,1)
{1,2,3,4,5} 31 (11)
{1,2,6} 35 (4,3)
{3,6} 36 (2,2,1,1)
{1,3,6} 37 (12)
{2,3,6} 38 (8,1)
{1,2,3,6} 39 (6,2)
{2,4,6} 42 (4,2,1)
{1,2,4,6} 43 (14)
For just binary indices:
For just prime indices:
A070939 gives length of binary expansion.
Cf.
A000720,
A006141,
A066207,
A243055,
A257991,
A300272,
A304818,
A340604,
A341446,
A372429-
A372433,
A372438.
-
Select[Range[2,100],EvenQ[IntegerLength[#,2]+PrimePi[FactorInteger[#][[-1,1]]]]&]
A372590
Numbers whose binary weight (A000120) plus bigomega (A001222) is odd.
Original entry on oeis.org
1, 3, 4, 5, 12, 14, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 29, 30, 35, 38, 43, 45, 48, 49, 53, 55, 56, 62, 63, 64, 66, 68, 69, 71, 72, 74, 75, 78, 80, 81, 82, 83, 84, 87, 88, 89, 91, 92, 93, 94, 99, 100, 101, 102, 104, 105, 108, 113, 114, 115, 116, 118, 120
Offset: 1
The terms (center), their binary indices (left), and their weakly decreasing prime indices (right) begin:
{1} 1 ()
{1,2} 3 (2)
{3} 4 (1,1)
{1,3} 5 (3)
{3,4} 12 (2,1,1)
{2,3,4} 14 (4,1)
{5} 16 (1,1,1,1)
{1,5} 17 (7)
{2,5} 18 (2,2,1)
{3,5} 20 (3,1,1)
{1,3,5} 21 (4,2)
{2,3,5} 22 (5,1)
{1,2,3,5} 23 (9)
{1,4,5} 25 (3,3)
{2,4,5} 26 (6,1)
{1,2,4,5} 27 (2,2,2)
{1,3,4,5} 29 (10)
{2,3,4,5} 30 (3,2,1)
{1,2,6} 35 (4,3)
{2,3,6} 38 (8,1)
{1,2,4,6} 43 (14)
{1,3,4,6} 45 (3,2,2)
For just binary indices:
For just prime indices:
A070939 gives length of binary expansion.
A372587
Numbers k such that (sum of binary indices of k) + (sum of prime indices of k) is even.
Original entry on oeis.org
6, 7, 10, 11, 13, 14, 18, 19, 22, 23, 24, 25, 26, 27, 28, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 44, 49, 50, 52, 56, 57, 58, 62, 69, 70, 72, 74, 75, 76, 77, 82, 83, 85, 86, 87, 88, 90, 92, 96, 98, 100, 102, 103, 104, 106, 107, 108, 109, 112, 117, 120, 123
Offset: 1
The terms (center), their binary indices (left), and their weakly decreasing prime indices (right) begin:
{2,3} 6 (2,1)
{1,2,3} 7 (4)
{2,4} 10 (3,1)
{1,2,4} 11 (5)
{1,3,4} 13 (6)
{2,3,4} 14 (4,1)
{2,5} 18 (2,2,1)
{1,2,5} 19 (8)
{2,3,5} 22 (5,1)
{1,2,3,5} 23 (9)
{4,5} 24 (2,1,1,1)
{1,4,5} 25 (3,3)
{2,4,5} 26 (6,1)
{1,2,4,5} 27 (2,2,2)
{3,4,5} 28 (4,1,1)
{2,3,4,5} 30 (3,2,1)
{1,2,3,4,5} 31 (11)
{1,6} 33 (5,2)
{2,6} 34 (7,1)
{1,2,6} 35 (4,3)
{1,3,6} 37 (12)
{2,3,6} 38 (8,1)
For just binary indices:
For just prime indices:
A070939 gives length of binary expansion.
-
prix[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]];
bix[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1];
Select[Range[100],EvenQ[Total[bix[#]]+Total[prix[#]]]&]
A341447
Heinz numbers of integer partitions whose only even part is the smallest.
Original entry on oeis.org
3, 7, 13, 15, 19, 29, 33, 37, 43, 51, 53, 61, 69, 71, 75, 77, 79, 89, 93, 101, 107, 113, 119, 123, 131, 139, 141, 151, 161, 163, 165, 173, 177, 181, 193, 199, 201, 217, 219, 221, 223, 229, 239, 249, 251, 255, 263, 271, 281, 287, 291, 293, 299, 309, 311, 317
Offset: 1
The sequence of partitions together with their Heinz numbers begins:
3: (2) 77: (5,4) 165: (5,3,2)
7: (4) 79: (22) 173: (40)
13: (6) 89: (24) 177: (17,2)
15: (3,2) 93: (11,2) 181: (42)
19: (8) 101: (26) 193: (44)
29: (10) 107: (28) 199: (46)
33: (5,2) 113: (30) 201: (19,2)
37: (12) 119: (7,4) 217: (11,4)
43: (14) 123: (13,2) 219: (21,2)
51: (7,2) 131: (32) 221: (7,6)
53: (16) 139: (34) 223: (48)
61: (18) 141: (15,2) 229: (50)
69: (9,2) 151: (36) 239: (52)
71: (20) 161: (9,4) 249: (23,2)
75: (3,3,2) 163: (38) 251: (54)
These partitions are counted by
A087897, shifted left once.
Terms of
A340933 can be factored into elements of this sequence.
A026805 counts partitions whose least part is even, ranked by
A340933.
A061395 selects greatest prime index.
A066207 lists numbers with all even prime indices.
A112798 lists the prime indices of each positive integer.
-
primeMS[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]];
Select[Range[2,100],EvenQ[First[primeMS[#]]]&&And@@OddQ[Rest[primeMS[#]]]&]
Showing 1-9 of 9 results.
Comments