返回题库

AIME 1990 · 第 1 题

AIME 1990 — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The increasing sequence 2,3,5,6,7,10,11,2,3,5,6,7,10,11,\ldots consists of all positive integers that are neither the square nor the cube of a positive integer. Find the 500th term of this sequence.

解析

Solution 1

Because there aren't that many perfect squares or cubes, let's look for the smallest perfect square greater than 500500. This happens to be 232=52923^2=529. Notice that there are 2323 squares and 88 cubes less than or equal to 529529, but 11 and 262^6 are both squares and cubes. Thus, there are 529238+2=500529-23-8+2=500 numbers in our sequence less than 529529. Magically, we want the 500th500th term, so our answer is the biggest non-square and non-cube less than 529529, which is 528\boxed{528}.

Solution 2

This solution is similar as Solution 1, but to get the intuition why we chose to consider 232=52923^2 = 529, consider this:

We need nT=500n - T = 500, where nn is an integer greater than 500 and TT is the set of numbers which contains all k2,k3500k^2,k^3\le 500.

Firstly, we clearly need n>500n > 500, so we substitute n for the smallest square or cube greater than 500500. However, if we use n=83=512n=8^3=512, the number of terms in TT will exceed n500n-500. Therefore, n=232=529n=23^2=529, and the number of terms in TT is 23+82=2923+8-2=29 by the Principle of Inclusion-Exclusion, fulfilling our original requirement of nT=500n-T=500. As a result, our answer is 5291=528529-1 = \boxed{528}.