putnam seq
putnam seq
Notes
xn = (c1 n + c0 )rn
5. xn+1 = (1 − s)xn + sxn−1 + r can be rewritten xn+1 − xn = −s(xn − xn−1 ) + r and solved by a previous
method for xn+1 − xn .
6. xn+1 = axn + bxn−1 + c where a + b 6= 1 can be rewritten (xn+1 + k) = a(xn + k) + b(xn−1 + k) where
(a + b − 1)k = c and solved for xn + k.
7. The general homogeneous linear recursion has the form
tk − ak−1 tk−1 − · · · − a1 t − a0 .
Let r be a root of this polynomial of multiplicity m; then the nth term of the recurrence is a linear
combination of terms of the type
Putnam questions
2017-A-3. Let a and b be real numbers with a < b, and let f and g be continuous functions from [a, b]
Rb Rb
to (0, ∞) such that a f (x) dx = a g(x) dx but f 6= g. For every positive integer n, define
b
(f (x))n+1
Z
In = dx.
a (g(x))n
1
Show that I1 , I2 , I3 , . . . is an increasing sequence with limn→∞ In = ∞.
P∞
2017-B-3. Suppose that f (x) = i=0 ci xi is a power series for which each coefficient ci is 0 or 1. Show
that, if f (2/3) = 3/2, then f (1/2) must be irrational.
ln 2 ln 3 ln 4 ln 5 ln 6 ln 7 ln 8
=3· − − − +3· − −
2 3 4 5 6 7 8
ln 9 ln 10
− +3· − ···.
9 10
(As usual, ln x denotes the natural logarithm of x.
xn+1 = ln(exn − xn )
(as usual, the function ln is the natural logarithm). Show that the infinite series
x0 + x1 + x2 + · · ·
2016-B-6. Evaluate
∞ ∞
X (−1)k−1 X 1
n+1
.
k n=0
k2
k=1
2015-A-2. Let a0 = 1, a1 = 2, and an = 4an−1 − an−2 for n ≥ 2. Find an odd prime factor of a2015 .
(1 − x + x2 )ex
about x = 0 is a rational number whose numerator (in lowest terms) is either 1 or a prime number.
∞
Y 1
1−
ak
k=0
2
in closed form.
2013-B-1. For positive integers n, let the number c(n) be determined by the rules c(1) = 1, c(2n) =
c(n), and c(2n + 1) = (−1)n c(n). Find the value of
2013
X
c(n)c(n + 2).
n=1
2009-B-6. Prove that for every positive integer n, there is a sequence a0 , a1 , . . . , a2009 with a0 = 0 and
a2009 = n such that each term after a0 is either an earlier term plus 2k for some nonegative integer k or of
the form b mod c for some earlier positive terms b and c. (Here b mod c denotes the remainder when b is
divided by c, so 0 ≤ (bmodc) < c.)
√
2007-B-3. Let x0 = 1 and for n ≥ 0, let xn+1 = 3xn + bxn 5c. In particular, x1 = 5, x2 = 26,
x3 = 136, x4 = 712. Find a closed-form expression for x2007 . (bac means the largest integer ≤ a,)
2006-A-3. Let 1, 2, 3, · · · , 2005, 2006, 2007, 2009, 2012, 2016, · · · be a sequence defined by xk = k for
k = 1, 2, · · · , 2006 and xk+1 = xk + xk−2005 for k ≥ 2006. Show that the sequence has 2005 consecutive terms
each divisible by 2006.
for n ≥ 0. Evaluate
ank+1
lim .
n→∞ nk
2002-A-5. Define a sequence by a0 = 1, together with the rules a2n+1 = an and a2n+2 = an + an+1 for
each integer n ≥ 0. Prove that every positive rational number appears in the set
an−1 1 1 2 1 3
:n≥1 = , , , , ,··· .
an 1 2 1 3 2
√
2001-B-3. For any positive integer n let hni denote the closest integer to n. Evaluate
∞
X 2hni + 2−hni
.
n=1
2n
2001-B-6. Assume that {an }n≥1 is an increasing sequence of positive real numbers such that lim an /n =
0. Must there exist infinitely many positive integers n such that
an−1 + an+i < 2an
3
for i = 1, 2, · · · , n − 1?
P∞
2000-A-1. Let A be a positive real number. What are the possible values of j=0 x2j , given that
P∞
x0 , x1 , x2 , · · · are positive numbers for which j=0 xj = A?
2000-A-6. Let f (x) be a polynomial with integer coefficients. Define a sequence a0 , a1 , · · · of integers
such that a0 = 0 and an+1 = f (an ) for all n ≥ 0. Prove that if there exists a positive integer m for which
am = 0, then either a1 = 0 or a2 = 0.
a2n + a2n+1 = am .
where the sum ranges over all pairs (m, n) of positive integers satisfying the indicated inequalities. Evaluate
1998-A-4. Let A1 = 0 and A2 = 1. For n > 2, the number An is defined by concatenating the
decimal expansions of An−1 and An−2 from left to right. For example, A3 = A2 A1 = 10, A4 = A3 A2 = 101,
A5 = A4 A3 = 10110, and so forth. Determine all n such that 11 divides An .
1998-B-4. Find necessaary and sufficient conditions on positive integers m and n so that
mn−1
X
(−1)bi/mc+bi/nc = 0 .
i=0
1997-A-6. For a positive integer n and any real number c, define xk recursively by x0 = 0, x1 = 1, and
for k ≥ 0,
cxk+1 − (n − k)xk
xk+2 = .
k+1
4
Fix n and then take c to be the largest value for which xn+1 = 0. Find xk in terms of n and k, 1 ≤ k ≤ n.
1994-A-1.PSuppose that a sequence a1 , a2 , a3 , · · · satisfies 0 < an ≤ a2n + a2n+1 for all n ≥ 1. Prove
∞
that the series n=1 an diverges.
1994-A-5. Let (rn )n≥0 be a sequence of positive real numbers such that limn→∞ rn = 0. Let S be the
set of numbers representable as a sum
ri1 + ri2 + · · · + ri1994
with i1 < i2 < · · · < i1994 . Show that every nonempty interval (a, b) contains a nonempty subinterval (c, d)
that does not intersect S.
1993-A-2. Let (xn )n≥0 be a sequence of nonzero real numbers such that
for n = 1, 2, 3, · · ·. Prove that there exists a real number a such that xn+1 = axn − xn−1 for all n ≥ 1.
2, 3, 3, 2, 3, 3, 3, 2, 3, 3, 3, 2, 3, 3, 2, 3, 3, 3, 2, 3, 3, 3, 2, 3, 3, 3, 2, 3, 3, 2, 3, 3, 3, 2, · · ·
has the property that, if one forms a second sequence that records the number of 30 s between successive 20 s,
the result is identical to the given sequence. Show that there exists a real number r such that, for any n,
the nth term of the sequence is 2 if and only if n = 1 + brmc for some nonnegative integer m. (Note: bxc
denotes the largest integer less than or equal to x.
1992-A-1. Prove that f (n) = 1 − n is the only integer-valued function defined on the integers that
satisfies the following conditions
(i) f (f (n)) = n, for all integers n;
(ii) f (f (n + 2) + 2) = n for all integers n;
(iii) f (0) = 1.
for 0 ≤ j ≤ m − 1.
1991-B-1. For each integer n ≥ 0, let S(n) = n − m2 , where m is the greatest integer with m2 ≤ n.
Define a sequence (ak )∞
k=0 by a0 = A and ak+1 = ak + S(ak ) for k ≥ 0. For what positive integers A is this
sequence eventually constant?
1990-A-1. Let
T0 = 2, T1 = 3, T2 = 6,
and for n ≥ 3,
Tn = (n + 4)Tn−1 − 4nTn−2 + (4n − 8)Tn−3 .
The first few terms are
2, 3, 6, 14, 40, 152, 784, 5168, 40576, 363392.
Find, with proof, a formula for Tn of the form Tn = An +Bn , where (An ) and (Bn ) are well-known sequences.
5
P∞
1988-B-4. Prove that if n=1 an is a convergent series of positive real numbers, then so is
∞
X
(an )n/(n+1) .
n=1
1985-A-4. Define a sequence {ai } by a1 = 3 and ai+1 = 3ai for i ≥ 1. Which integers between 00 and
99 inclusive occur as the last two digits in the decimal expansion of infinitely many ai ?
Establish necessary and sufficient conditions on x1 and x2 for xn to be an integer for infinitely many values
of n.
1976-B-5. Evaluate
n
X n
(−1)k (x − k)n .
k
k=0
1962-II-1. Let x(n) = x(x − 1) · · · (x − n + 1) for n a positive integer and let x(0) = 1. Prove that
n
X n
(x + y)(n) = x(k) y (n−k) .
k
k=0