To compute a(n) we first write down 3^n 1's in a row. Each row takes the rightmost 3rd part of the previous row and each element in it equals sum of the elements of the previous row starting with the first of the rightmost 3rd part. The single element in the last row is a(n).
A109055
To compute a(n) we first write down 3^n 1's in a row. Each row takes the rightmost 3rd part of the previous row and each element in it equals sum of the elements of the previous row starting with the first of the rightmost 3rd part. The single element in the last row is a(n).
Terms
- a(0) =1a(1) =1a(2) =3a(3) =24a(4) =541a(5) =35649a(6) =6979689a(7) =4085743032
External references
- oeis: A109055