2423293
domain: N
Appears in sequences
- a(n) = 5*a(n-2) - 2*a(n-4), with initial terms 0,1,1,3.at n=21A005824
- a(n) = 5*a(n-1) - 2*a(n-2) for n>1, with a(0) = 1, a(1) = 3.at n=10A052984
- List of quadruples (r,s,t,u): the matrix M = [[9,24,16][3,10,8][1,4,4]] is raised to successive powers, then (r,s,t,u) are the square roots of M[3,1], M[3,3], M[1,1], M[1,3] respectively.at n=42A249581