Husk, 11 10 bytes
¶tfoΛε`B¹ḣ
-1 byte from Zgarb.
Explanation
¶tfoΛ<2`B¹ḣḣ list from 1..n f filter based on the result of the following o composition of 2 functions `B¹ the input in base n as digitsΛ<2 are all digits < 2? t remove first element¶ join with newlines