Let a positive integer be called a cubic square if there exist positive integers with . Count the number of cubic squares between 1 and 100 inclusive.
Solution
This is easily equivalent to for all primes . We just count: is clear, so we only look at the prime factorizations with primes from . This is easy to compute: we obtain 13.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.