Consider the sequence a(n) defined by the following conditions:a(1)=1a(n+1)=a(n)+[a(n)],n=1,2,3,... How many perfect squares no greater in value than 1000000 will be found among the first terms of the sequence? ( (Note: [x] means the integer part of x, that is the greatest integer not greater than x.)(A Andjans) number theoryPerfect Squarerecurrence relationfloor function