Project Euler Problems 401 to 480 - Problem 462: Permutation of 3-smooth numbers

Tell us what’s happening:
Can someone help me solve this problem on freeCodeCamp? I am having trouble finding a working working solution, and I was wondering if anyone has ever solved this problem before because I am unable to find a working solution to this problem.

Your code so far

function permutationOf3SmoothNumbers() {

  return true;
}

permutationOf3SmoothNumbers();

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0

Challenge: Project Euler Problems 401 to 480 - Problem 462: Permutation of 3-smooth numbers

Link to the challenge:

This problem has been solved before by other people, but copying another solution isn’t really the point of Project Euler. Project Euler in fact discourages sharing solutions.

If you have code you have tried to write, we can help you improve it.

1 Like