Define the polynomial P(x)=x3−36x2+51x−97. Starting from P0(x)=811P(9x+1)=9x3−33x2−2x−1, define recursively polynomials Pk(x)= 3akx3+3bkx2+ckx+dk with integers ak,bk,ck,dk, where ck is not divisible by 3, and Pk+1(x)=31Pk(3x+εk) with εk∈{−1,0,1} for all k : Since ck is not divisible by 3, one can choose εk such that εkck+dk is divisible by 3; then 31Pk(3x+εk)=3ak+1x3+3bk+1x2+ck+1+dk+1 with ak+1=9ak,bk+1=9εkak+3bk, ck+1=3(3εk2ak+2εkbk)+ck,dk+1=εk3ak+εk2bk+(εkck+dk)/3, thus ck+1 is also not divisible by 3.
If we set x2004=0 and recursively xk=3xk+1+εk, so Pk(xk)=3Pk(xk+1) for k=2003,…,0, then for a=9x0+1 the number P(a)=81⋅32004P2004(x2004) is a multiple of 32008.