Let b(x)=x2+x+1. The polynomial x2015+x2014+⋯+x+1 has a unique "base b(x) " representation x2015+x2014+⋯+x+1=∑k=0Nak(x)b(x)k where each "digit" ak(x) is either the zero polynomial or a nonzero polynomial of degree less than degb=2; and the "leading digit aN(x) " is nonzero. Find aN(0).
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
Comparing degrees easily gives N=1007. By ignoring terms of degree at most 2013, we see aN(x)(x2+x+1)1007∈x2015+x2014+O(x2013). Write aN(x)=ux+v, so aN(x)(x2+x+1)1007∈(ux+v)(x2014+1007x2013+O(x2012))⊆ux2015+(v+1007u)x2014+O(x2013). Finally, matching terms gives u=1 and v+1007u=1, so v=1−1007=−1006.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.