137761domain: NAppears in sequencesa(0) = 1; a(n) = Sum_{k=0..floor(n/3)} binomial(n-2*k,k) * a(k).at n=28A352039