Solution 1
Our expression is
an+2=1+an+1an+2009.
Manipulate this to obtain:
an+2an+1+an+2=an+2009.
Our goal is to cancel terms. If we substitute in n+1 for n, we get:
an+3an+2+an+3=an+1+2009.
Subtracting these two equations and manipulating the expression yields:
(an+2+1)(an+3−an+1)=an+2−an.
Notice we have the form ak+2−ak on both sides. Let bn=an+2−an. Then:
bn+1(an+2+1)=bn.
Notice that since an is always an integer, an+2+1 and bn must also always be an integer. It is also clear that bn is a multiple of bn+1, implying a decreasing sequence.
However, if the decreasing factor is nonzero, we will eventually have a bk that is not an integer, contradicting our conditions for bn. Thus, we need either an+2+1=0⇒an+2=−1 (impossible as an for all indices must be positive integers) or bn=0⇒an+2=an.
Given this, we want to find the minimum of a1+a2. We have, from the problem:
1+a2a1+2009=a3=a1⇒a1a2=2009.
By AM-GM, to minimize this, we have to make a1 and a2 factors as close as possible. Hence, the smallest possible sum is 41+49=90.
~mathboy282
Solution 2
This question is guessable but let's prove our answer
an+2=1+an+1an+2009
an+2(1+an+1)=an+2009
an+2+an+2an+1−an=2009
lets put n+1 into n now
an+3+an+3an+2−an+1=2009
and set them equal now
an+3+an+3an+2−an+1=an+2+an+2an+1−an
an+3−an+1+an+3an+2−an+2an+1=an+2−an
let's rewrite it
(an+3−an+1)(an+2+1)=an+2−an
Let's make it look nice and let bn=an+2−an
(bn+1)(an+2+1)=bn
Since bn and bn+1 are integers, we can see bn is divisible by bn+1
But we can't have an infinite sequence of proper factors, unless bn=0
Thus, an+2−an=0
an+2=an
So now, we know a3=a1
a3=1+a2a1+2009
a1=1+a2a1+2009
a1+a1a2=a1+2009
a1a2=2009
To minimize a1+a2, we need 41 and 49
Thus, our answer =41+49=090
Solution 3
If an=an+12009, then either
an=1an<1+an+1an+2009<an+12009
or
an+12009<an+1+12009+an<1an=an
All the integers between an and an+12009 would be included in the sequence. However the sequence is infinite, so eventually there will be a non-integral term.
So an=an+12009, which an⋅an+1=2009. When n=1, a1⋅a2=2009. The smallest sum of two factors which have a product of 2009 is 41+49=090
Solution 4 (BS Solution)
Essentially you see that it must be an integer for infinite numbers, which doesn't quite seem probable. The most logical explanation is that the sequence repeats, and the numbers in the sequence that repeat are integers. We list out some terms.
a1a2a3a4=a=b=1+ba+2009=a+b+2010(b+1)(b+2009)
The terms get more and more wacky, so we just solve for a,b such that a1=a3 and a2=a4.
Solving we find both equations end up to the equation ab=2009 in which we see to minimize we see that a=49 and b=41 or vice versa for an answer of 90. This solution is VERY non rigorous and not recommended.