login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A320700
Odd numbers whose product of prime indices is a nonprime prime power (A246547).
2
7, 9, 19, 21, 23, 25, 27, 49, 53, 57, 63, 81, 97, 103, 115, 121, 125, 131, 133, 147, 159, 171, 189, 227, 243, 289, 311, 343, 361, 371, 393, 399, 419, 441, 477, 513, 515, 529, 567, 575, 625, 661, 691, 719, 729, 917, 931, 933, 961, 1007, 1009, 1029, 1067, 1083
OFFSET
1,1
EXAMPLE
The sequence of all integer partitions whose Heinz numbers belong to the sequence begins: (4), (2,2), (8), (4,2), (9), (3,3), (2,2,2), (4,4), (16), (8,2), (4,2,2), (2,2,2,2), (25), (27), (9,3), (5,5), (3,3,3), (32), (8,4), (4,4,2), (16,2), (8,2,2), (4,2,2,2), (49), (2,2,2,2,2)
MATHEMATICA
Select[Range[1000], With[{x=Times@@Cases[FactorInteger[#], {p_, k_}:>PrimePi[p]^k]}, OddQ[#]&&!PrimeQ[x]&&PrimePowerQ[x]]&]
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 19 2018
STATUS
approved