The range of the sequence is generated by the context-sensitive grammar with decimal digits as terminals, {s,x,y,z,c,u,v,L,R} as non-terminals, s as axiom and the following rules (e is the empty word): s->L1xy1R, L->e, R->e, xy->e, 0x->1u, 1x->x0, Lx->L1u, u1->1u, u0->0u, uy->uz, zi->iz for 0<=i<=9, ziR->vjR for j=i+1 and 0<=i<9, z9R->c0R, ic->vj for j=i+1 and 0<=i<9, 9c->c0, iv->vi for 0<=i<=9, uv->xy and uc->xy1.