Consider a set of 1-dimensional data points: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]. You want to perform k-means clustering with k=3. Initial cluster values are set to 1, 2, and 3. What are the cluster centers after the first iteration of the k-means algorithm?