OFFSET
0,1
COMMENTS
Balchin-MacBrough-Ormsby give a complicated recurrence relation for this sequence, but do not produce a closed form.
LINKS
Ben Spitz, Table of n, a(n) for n = 0..50
Scott Balchin, Code to generate the sequence, denoted |L(n)|.
S. Balchin, E. MacBrough, and K. Ormsby, The combinatorics of N_oo operads for C_{qp^n} and D_{p^n}, arXiv:2209.06992 [math.AT], 2022-2024.
S. Balchin, E. MacBrough, and K. Ormsby, The combinatorics of N_oo operads for C_{qp^n} and D_{p^n}, Glasgow Mathematical Journal, First View, pp. 1-17.
FORMULA
a(n) = sum of L(n,k,l,a,b) ranging over 1 <= k,l <= n+1, 0 <= a <= 1, 0 <= b <= n, where
L(n,k,l,0,0) = sum of L(n-1,k',l-1,a,b) ranging over k-1 <= k' <= n, 0 <= a <= 1, 0 <= b <= n-1
L(n,k,l,1,n) = sum of L(n-1,k-1,l',a,b) ranging over l-1 <= l' <= n, 0 <= a <= 1, 0 <= b <= n-1
For b>0, L(n,k,l,0,b) = sum of T(b-1,i)*L(n-b,k-i,l,0,0) ranging over 0 <= i <= k
For b<n, L(n,k,l,1,b) = 0
Otherwise, L(n,k,l,a,b) = 0,
where in the above T(x,y) = (2(2y + 1)!(4x - 2y + 3)!)/((y - 1)!(y + 1)!(x - y + 1)!(3x - y + 4)!).
CROSSREFS
KEYWORD
nonn
AUTHOR
Ben Spitz, Jan 22 2025
STATUS
approved