4732273000domain: NAppears in sequencesNumber of one-sided prudent walks from (0,0) to (n,n), with 3+n east steps, 3 west steps and n north steps.at n=12A189769a(0) = 0, a(1) = 1 and a(n) = 6*a(n-1)/(n-1) + 4*a(n-2) for n > 1.at n=26A305032