OFFSET
1,2
COMMENTS
a(n+1) = p(n+1) where p(x) is the unique degree-n polynomial such that p(k) = A002212(k+1) for k=0,1,...,n. - Michael Somos, Oct 07 2003
Number of skew Dyck paths of semilength n+1 containing at least one left step. - David Scambler, Jun 17 2013
FORMULA
PROG
(PARI) a(n)=if(n<1, 0, subst(polinterpolate(Vec((1-3*x-sqrt(1-6*x+5*x^2+x^2*O(x^n)))/2)), x, n+1))
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved