Create a 1D NumPy array containing the integers 111 through 555 and return it.
Output: array([1, 2, 3, 4, 5])