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

A067575
Numbers k that divide phi(k)*bigomega(k).
1
1, 4, 12, 16, 18, 27, 64, 80, 96, 144, 200, 216, 256, 324, 448, 486, 500, 672, 729, 768, 1008, 1024, 1152, 1250, 1512, 1568, 1728, 2268, 2352, 2560, 2592, 3125, 3402, 3528, 3888, 4096, 5103, 5292, 5488, 5832, 6144, 6400, 7938, 8232
OFFSET
1,2
COMMENTS
All powers of 4 (A000302) are in the sequence.
MATHEMATICA
Select[Range[8300], Mod[EulerPhi[#]PrimeOmega[#], #]==0&] (* Harvey P. Dale, Oct 23 2024 *)
CROSSREFS
Sequence in context: A328840 A255411 A340929 * A193022 A145199 A082420
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 30 2002
STATUS
approved