In continuation of 5 Digit Number, let us define a 5-digit non leading zero base N (N > 3) positive integer x as a split number whenever, 3*x is a perfect square and, when the digits of x are split, the first number is double the second one.
How many split numbers are there whenever 11 ≤ N ≤ 36. What are the respective minimum and maximum values?
(Splitting a base-N 5-digit number into two numbers means 12345 into 1 and 2345 or, 123 and 45.)