I have quite a story with this task. First, none of the requirements was met, even though the output was as expected. Then I changed the Math.pow(...) method for my own digitToThePower(long a, long b) to save time and space in memory (as I understood from the help section that might be the problem). Then, for some weird reason, the validator marked the first three points as passed, even though nothing else changed. Well, ok. Now it says, "The getNumbers method must return the array of numbers that satisfy the task conditions". But it does. [1, 2, 3, 4, 5, 6, 7, 8, 9, 153, 370, 371, 407] in the first case, and [1, 2, 3, 4, 5, 6, 7, 8, 9, 153, 370, 371, 407, 1634, 8208, 9474, 54748, 92727, 93084, 548834] in the second one. What am I missing?