To compute a(n) we first write down 2^n 1's in a row. Each row takes the right half of the previous row and each element in it equals sum of the elements in the previous row starting at the middle. The single element in the last row is a(n).
A107354
To compute a(n) we first write down 2^n 1's in a row. Each row takes the right half of the previous row and each element in it equals sum of the elements in the previous row starting at the middle. The single element in the last row is a(n).
Terms
- a(0) =1a(1) =1a(2) =2a(3) =7a(4) =44a(5) =516a(6) =11622a(7) =512022a(8) =44588536a(9) =7718806044
External references
- oeis: A107354