By a quick Google search I've found a probable solution:<br>Let a[0]=408;a[1]=571;a[2]=332;a[3]=377 and for n>3 let a[n]=round(sqrt(n-2)*a[n-4])<br>So this isn't a hard sequence.<br>