define the sequence P_n as follows:
P_{0} = 1 ; P_{1} = a and P_{n} = 6P_{(n-1)}-P_{(n-2)} + 2a^2-8a+4
Then each term is a product of two numbers as follows
P_{n}= {1*1,1*a,a*b,b*c,c*d,d*e,\dots}
where
b = 2a-1
c = 4b-a
d = 2c-b
e = 4d-c
f = 2e-d
...
...
Has anyone come across...