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!)
A270043 a(n) = Smallest m >= 15 containing no sevens when represented in any base from 8 through n. 10
16, 17, 18, 19, 20, 21, 22, 24, 24, 26, 26, 28, 28, 30, 30, 32, 32, 36, 36, 36, 36, 38, 38, 42, 42, 42, 42, 44, 44, 48, 48, 48, 48, 50, 50, 54, 54, 54, 54, 386, 386, 396, 400, 426, 426, 426, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 528 (list; graph; refs; listen; history; text; internal format)
OFFSET
8,1
COMMENTS
It remains to be determined if the sequence is finite.
LINKS
MATHEMATICA
Table[SelectFirst[Range[15, 10^3], Total@ Map[Function[k, DigitCount[#, k, 7]], Range[8, n]] == 0 &], {n, 8, 65}] /. n_ /; MissingQ@ n -> Nothing (* Michael De Vlieger, Mar 10 2016, Version 10.2 *)
CROSSREFS
Sequence in context: A250038 A296754 A297284 * A209726 A326455 A145449
KEYWORD
nonn,base
AUTHOR
Nathan Fox, Mar 09 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 16 16:12 EDT 2024. Contains 371749 sequences. (Running on oeis4.)