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!)
A215975 The integers floor((1.1)^k(n))/floor((1.1)^n) arising in A069751, where k(n) = A069751(n). 1
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, 22680, 31, 2, 34, 3335, 31, 9, 10, 881, 9450, 9450, 7875, 3637, 3637, 34, 130, 199394, 10364, 25784652043917, 73, 28372148, 3000, 348729431334264344425340064330765473421034034140890, 21279111, 6774778, 31, 3157469, 595, 182493908282594631, 1400, 13928971534455392 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
COMMENTS
Created to provide a check on the calculations in A096151.
LINKS
MATHEMATICA
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 *)
CROSSREFS
Cf. A069751.
Sequence in context: A103961 A012257 A220464 * A071891 A359306 A332761
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, 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 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)