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”).

A354144
Prime powers together with semiprimes.
4
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 21, 22, 23, 25, 26, 27, 29, 31, 32, 33, 34, 35, 37, 38, 39, 41, 43, 46, 47, 49, 51, 53, 55, 57, 58, 59, 61, 62, 64, 65, 67, 69, 71, 73, 74, 77, 79, 81, 82, 83, 85, 86, 87, 89, 91, 93, 94, 95, 97, 101, 103, 106, 107, 109, 111, 113, 115, 118, 119, 121, 122, 123, 125, 127, 128, 129, 131, 133, 134, 137
OFFSET
1,2
COMMENTS
Union of A000961 and A001358.
Although this is 1 together with A102466, it has arisen sufficiently often that it deserves its own entry.
LINKS
MAPLE
isPPorSP := proc(n) if n=1 or nops(numtheory[factorset](n)) = 1 or numtheory[bigomega](n) = 2 then 'true' else 'false'; fi; end;
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 20 2022
STATUS
approved