137846528819domain: NAppears in sequencesNumber of combinations of n things from 1 to n at a time, with repeats allowed.at n=19A030662a(n) = binomial(2*n-2, n-1) + (-1)^n.at n=20A286033