A067320 Even-indexed members of A067297.
1, 9, 584, 70576, 10909440, 1913027840, 361936623616, 72033971859456, 14864066521333760, 3151356047929704448, 682330743447507959808, 150243739893975187718144, 33540494675674022306381824
Offset: 0
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Triangle begins: 1; 2, 1; 9, 5, 4; 64, 36, 32, 28; 584, 328, 300, 284, 256; ... n=3: T(3, 0) = 64 = 36+28 = 32+32.
Triangle begins: 1; 1, 2; 4, 5, 9; 28, 32, 36, 64; 256, 284, 300, 328, 584; ...
A064340(n) = if(n>1, sum(m=0, n-2, (m+1)*(m+2)*binomial(2*(n-2)-m, n-2-m)/2^(m+1))*(4^(n-1))/(n-1), 1); T(n, m) = sum(i=0, m, A064340(i)*A064340(n-i)); \\ Jinyuan Wang, Apr 20 2025
Comments