123189682domain: NAppears in sequencesa(0)=1; for n>0, a(n) = a(n-1)*n+1 if n is even, (a(n-1)+1)*n otherwise.at n=11A344262