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!)
A272756 a(n) is the least k such that k > A070939(n * k). 5
3, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = 3 because 3 > A070939(1 * 3) = 2.
a(2) = 5 because 5 > A070939(2 * 5) = 4.
a(5) = 6 because 6 > A070939(5 * 6) = 5.
MATHEMATICA
Table[SelectFirst[Range[2^12], # > IntegerLength[n #, 2] &], {n, 80}] (* Michael De Vlieger, May 05 2016, Version 10 *)
CROSSREFS
Cf. A070939.
Sequence in context: A330917 A330912 A029912 * A322350 A205560 A195939
KEYWORD
nonn,base
AUTHOR
Peter Kagey, May 05 2016
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 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)