Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #4 Dec 05 2013 19:55:58
%S 22,1514,13343,125004,1200004,11666669,114285716,1125000004,
%T 10101010103642703324,1099999999999999999908,109090909090909090909007,
%U 10833333333333333333333295,1076923076923076923076923041
%N a(n) = A078398(n+1)/A078398(n).
%o (PARI) {a=1; for(n=2,14,k=floor(log(a)/log(10))+1; v=Str(n); for(i=2,n,v=concat(v,Str(n))); s=eval(v); t=s+1; m=floor(log(s)/log(10))+1; d=k-m; s=s*10^d; t=t*10^d; b=1; j=d; while(b>0,q=floor(s/a); while(b>0&&(p=q*a)<t,if(p>=s,print1(q,","); b=0,q++)); s=10*s; t=10*t); a=p)}
%Y Cf. A078398.
%K base,nonn
%O 1,1
%A _Amarnath Murthy_, Nov 26 2002
%E Edited and extended by _Klaus Brockhaus_, Dec 04 2002