Define two positive integer sequences and be defined as , and . These two sequences form a Divisibility Chain of length if for .
The sequences and form the longest possible divisibility chain subject to the restriction that and . If this divisibility chain has length , then find
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.
We see that for i = 1 → n , we have b i ≡ 0 ( m o d a i ) . However, we can also describe these relations using only the variables a 1 and b 1 .
We see that b 1 ≡ 0 ( m o d a 1 )
Next, we have b 1 + 1 ≡ 0 ( m o d a 1 + 1 ) ⟹ b 1 ≡ a 1 ( m o d a 1 + 1 )
Next, we have b 1 + 2 ≡ 0 ( m o d a 1 + 2 ) ⟹ b 1 ≡ a 1 ( m o d a 1 + 2 )
Generally, we have b 1 ≡ a 1 ( m o d a 1 + k ) for k = 0 → n − 1 .
Thus, b 1 = a 1 + lcm ( a 1 , a 1 + 1 , … , a 1 + n − 1 )
To maximize n , we must minimize a 1 in order to make sure b 1 ≤ 1 0 0 0 .
Thus, we set a 1 = 2 . Thus, we want 2 + lcm ( 2 , 3 , … , n + 1 ) ≤ 1 0 0 0
Checking successive numbers for n , we see that n = 7 is the highest we can go such that 2 + lcm ( 2 , 3 , … , n + 1 ) ≤ 1 0 0 0 .
Thus, b 1 = 2 + lcm ( 2 , 3 , … , 8 ) = 8 4 2 and b 7 = 8 4 8 . Also, since a 1 = 2 we have a 7 = 8 . Finally, we have k = 7 . Thus, the answer is 7 + 8 + 8 4 8 = 8 6 3 .
Checking, we do indeed have the following: 2 ∣ 8 4 2 3 ∣ 8 4 3 4 ∣ 8 4 4 5 ∣ 8 4 5 6 ∣ 8 4 6 7 ∣ 8 4 7 8 ∣ 8 4 8