Let a sequence of integers such that is the number of multiples of in the sequence, for all . How many values can take?
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.
Observation 1: $a i$ cannot be 0 for any i. Thus $a n$ has to be some positive number. but then there must exist a number $n$ =$a i$ for some $i\in {1,2...,n-1}$ a 1 is definitely n. Now one case is a 1=n and a n = 1. But then $a n-1$ >0 . Thus the sequence $a 2,\ldots,a n-1$ becomes non existent( not possible to build such a sequence). A formal proof can be through induction proving that for any n>2 if a 1,...a n doesn't exist then a 1,....a_n-1 will also not exst. and prove for 3 as base case.