31796064domain: NAppears in sequencesRecurrence a(n+2) = Sum_{k=0..n} binomial(n,k)*a(k)*a(n+1-k) with a(0)=2, a(1)=-1.at n=13A289065