login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069751 Smallest k>n such that floor((11/10)^k)/floor((11/10)^n) is an integer. 1
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 13, 14, 19, 16, 22, 18, 25, 20, 36, 28, 23, 45, 40, 36, 44, 50, 35, 36, 37, 54, 55, 56, 139, 71, 43, 74, 123, 75, 63, 65, 113, 139, 140, 139, 132, 133, 85, 100, 178, 148, 376, 98, 234, 139, 1277, 234, 223, 95, 217, 128, 479, 139, 454 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
kln[n_]:=Module[{k=n+1}, While[!IntegerQ[Floor[(11/10)^k]/Floor[(11/10)^n]], k++]; k]; Array[kln, 70] (* Harvey P. Dale, Aug 29 2012 *)
PROG
(PARI) q=1.1; for(s=1, 80, n=s+1; while(frac(floor(q^n)/floor(q^s))>0, n++); print1(n, ", "); )
CROSSREFS
See A215975 for the integers that arise.
Sequence in context: A107322 A194975 A299441 * A198323 A254649 A261293
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 01 2002
EXTENSIONS
Definition clarified by Harvey P. Dale, Aug 29 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)