The increasing sequence 2,3,5,6,7,10,11, ... consists of all positive integers that are neither the square nor the cube of a positive integer. Find the 500th term of this sequence.
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.
I don't know any specific rule for solving this problem.just to share how I did.
There are 27 numbers which are either square or cube of a positive integer below 500.
so 500-27=473 means you have got 473 possibilities.now
start counting from 501 for the rest 27 numbers while you have to ignore a number (512=8^3) in your course.you will reach the 500th term at 528.
let me clarify this a bit. suppose you need the 20th term of the sequence
1,2,3,4,5...................,18,19,20,21,22,23,24,25,26
there are 5 numbers below 20 which are either square or cube of a positive integer.
20-5=15.you got(2,3,5,6,7,10,11,12,13,14,15,17,18,19,20) but you still need 5 more numbers. so count from 21,22,23,24,26. here 26 is the 20th term