For integers 0≤a≤n, let f(n,a) denote the number of coefficients in the expansion of (x+1)a(x+2)n−a that is divisible by 3. For example, (x+1)3(x+2)1=x4+5x3+9x2+7x+2, so f(4,3)=1. For each positive integer n, let F(n) be the minimum of f(n,0),f(n,1),…,f(n,n).(1) Prove that there exist infinitely many positive integer n such that F(n)≥3n−1.(2) Prove that for any positive integer n, F(n)≤3n−1.