%I #7 Aug 29 2012 16:54:31
%S 1,1,1,1,1,1,2,1,1,1,2,1,1,2,1,2,1,2,1,5,2,1,9,5,3,6,9,2,2,2,9,9,9,
%T 22680,31,2,34,3335,31,9,10,881,9450,9450,7875,3637,3637,34,130,
%U 199394,10364,25784652043917,73,28372148,3000,348729431334264344425340064330765473421034034140890,21279111,6774778,31,3157469,595,182493908282594631,1400,13928971534455392
%N The integers floor((1.1)^k(n))/floor((1.1)^n) arising in A069751, where k(n) = A069751(n).
%C Created to provide a check on the calculations in A096151.
%t kln2[n_] := Module[{k = n + 1, den = Floor[ (11/10)^n]}, While[ ! IntegerQ[Floor[(11/10)^k]/den], k++]; Floor[(11/10)^k]/den]; Array[kln2,70] (* _Harvey P. Dale_, Aug 29 2012 *)
%Y Cf. A069751.
%K nonn
%O 1,7
%A _N. J. A. Sloane_, Aug 29 2012