A338627 a(n) is the smallest positive number k such that n consecutive integers starting at k have the same smallest number of squares needed to represent (A002828).
1, 11, 42, 75, 138, 713, 1672
Offset: 1
Examples
75 = 1^2 + 5^2 + 7^2 = 5^2 + 5^2 + 5^2, 76 = 2^2 + 6^2 + 6^2, 77 = 2^2 + 3^2 + 8^2 = 4^2 + 5^2 + 6^2, 78 = 2^2 + 5^2 + 7^2. These the first 4 consecutive numbers with the same smallest number of squares needed to represent, so a(4) = 75.
Crossrefs
Cf. A002828.