A368603 Products of odd primes of squarefree index. MM-numbers of set multipartitions.
1, 3, 5, 9, 11, 13, 15, 17, 25, 27, 29, 31, 33, 39, 41, 43, 45, 47, 51, 55, 59, 65, 67, 73, 75, 79, 81, 83, 85, 87, 93, 99, 101, 109, 113, 117, 121, 123, 125, 127, 129, 135, 137, 139, 141, 143, 145, 149, 153, 155, 157, 163, 165, 167, 169, 177, 179, 181, 187
Offset: 1
Keywords
Examples
The terms together with the corresponding set multipartitions begin: 1: {} 3: {{1}} 5: {{2}} 9: {{1},{1}} 11: {{3}} 13: {{1,2}} 15: {{1},{2}} 17: {{4}} 25: {{2},{2}} 27: {{1},{1},{1}} 29: {{1,3}} 31: {{5}} 33: {{1},{3}} 39: {{1},{1,2}} 41: {{6}} 43: {{1,4}} 45: {{1},{1},{2}}
Crossrefs
Programs
-
Mathematica
prix[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]]; Select[Range[100],OddQ[#]&&And@@SquareFreeQ/@prix[#]&]
Comments