Find the 2038th non-perfect cube.
Clarification: Non-perfect cubes are positive integers which cannot be expressed as , where is a positive integer. For example: 2, 3, 4, 5, 6, 7, 9,... and 2 is the first non-perfect cube.
You may want to try 1973rd non-perfect square .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let t ( n ) be the n th non-perfect integer. Then the sequence of non-perfect integers up to t ( n ) = k 3 + 1 , where k 3 is the k th perfect cube is as follows:
{ t ( n ) } ⟹ n t ( k 3 − k + 1 ) = k 3 + 1 − k terms 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 1 0 , ⋯ k 3 , k 3 + 1 = k 3 − k + 1 = k 3 + 1
Now the largest perfect cube smaller than 2038 is ⌊ 3 2 0 3 8 ⌋ = 1 2 . Then, we have:
t ( k 3 − k + 1 ) t ( 1 2 3 − 1 2 + 1 ) t ( 1 7 1 7 ) t ( 1 7 1 7 + 3 2 1 ) t ( 2 0 3 8 ) = k 3 + 1 = 1 2 3 + 1 = 1 7 2 9 = 1 7 1 7 + 3 2 1 = 2 0 5 0 Putting k = 1 2
Inspired by Chew Seong-Cheong's solution to 1973rd non-perfect square