Let M = the 3 X 3 matrix [1 1 1; 3 1 0; 2 0 0]. Perform M^n * [1 0 0] getting (1, 3, 2; 6, 6, 2; 14, 24, 12; 50, 66, 28; ...) which we string together to form the sequence.
A107271
Let M = the 3 X 3 matrix [1 1 1; 3 1 0; 2 0 0]. Perform M^n * [1 0 0] getting (1, 3, 2; 6, 6, 2; 14, 24, 12; 50, 66, 28; ...) which we string together to form the sequence.
Terms
- a(0) =1a(1) =3a(2) =2a(3) =6a(4) =6a(5) =2a(6) =14a(7) =24a(8) =12a(9) =50a(10) =66a(11) =28a(12) =144a(13) =216a(14) =100a(15) =460a(16) =648a(17) =288a(18) =1396a(19) =2028a(20) =920a(21) =4344a(22) =6216a(23) =2792a(24) =13352a(25) =19248a(26) =8688a(27) =41288a(28) =59304a(29) =26704
External references
- oeis: A107271