OFFSET
1,2
COMMENTS
Includes all the numbers of the form 2^k * m, where k >= 0 and m is an odd cubefull number, except for 2 and 4. In particular, includes all the cubefull numbers (A036966).
Terms whose odd part is not cubefull are 1029, 2058, 3087, 4116, 6174, 6591, ...
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
MATHEMATICA
Select[Range[3000], Divisible[Times @@ FixedPointList[EulerPhi, #]/#, #] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 14 2021
STATUS
approved