f ( 0 , k ) f ( n , k ) = = { 1 , k = 0 , 1 0 , otherwise f ( n − 1 , k ) + f ( n − 1 , k − 2 n ) , n = 1 , 2 , 3 , …
A function f : N 0 × Z ↦ Z satisfies the conditions above.
If k = 0 ∑ ( 2 2 0 0 9 ) f ( 2 0 0 8 , k ) can be expressed as a b , where a and b are positive integers with a prime , find b − a .
Notation : ( N M ) denotes the binomial coefficient , ( N M ) = N ! ( M − N ) ! M ! .
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.
Nice solution. Used exactly the same approach.
Problem Loading...
Note Loading...
Set Loading...
If F n ( x ) is the generating function of the coefficients f ( n , k ) , so that F n ( x ) = k ∈ Z ∑ f ( n , k ) x k then it is clear from the definition that F 0 ( x ) = 1 + x and that F n ( x ) = ( 1 + x 2 n ) F n − 1 ( x ) n ≥ 1 . Thus we deduce that F n ( x ) is a polynomial for each n ≥ 0 , and indeed that F n ( x ) = ( 1 + x ) j = 1 ∏ n ( 1 + x 2 j ) n ≥ 1 . From this it is clear that the polynomial F n ( x ) has degree n 2 + n + 1 , so that f ( n , k ) = 0 for k < 0 or k > n 2 + n + 1 , and it follows that k = 0 ∑ n 2 + n + 1 f ( n , k ) = F n ( 1 ) = 2 n + 1 n ≥ 1 . A simple induction on n also shows that F n ( x ) = x n 2 + n + 1 F n ( x − 1 ) so that there is symmetry in the coeffcients f ( n , k ) , with f ( n , k ) = f ( n , n 2 + n + 1 − k ) 0 ≤ k ≤ n 2 + n + 1 and hence k = 0 ∑ ( 2 n + 1 ) f ( n , k ) = k = 0 ∑ 2 1 ( n 2 + n ) f ( n , k ) = 2 1 k = 0 ∑ n 2 + n + 1 f ( n , k ) = 2 1 F n ( 1 ) = 2 n For this problem, n = 2 0 0 8 . Thus the sum is 2 2 0 0 8 , and the answer is 2 0 0 8 − 2 = 2 0 0 6 .