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!)
A046289 Numbers k such that 2^k contains 2^3=8 as its largest proper substring of the form 2^m (probably finite). 0
7, 11, 13, 19, 20, 23, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 42, 43, 48, 50, 51, 54, 55, 57, 58, 60, 61, 63, 68, 69, 74, 79, 80, 87, 88, 90, 91, 93, 94, 113, 115, 121, 128, 130, 139, 149, 150, 168, 169, 172, 173, 174, 187, 229, 337, 338, 376, 417 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
sub2[n_] := Block[{s = ToString[2^n], k = n - 1}, While[k >= 0 && ! StringContainsQ[s, ToString[2^k]], k--]; k]; Select[Range[500], sub2[#] == 3 &] (* Giovanni Resta, Oct 14 2019 *)
CROSSREFS
Cf. A033921.
Sequence in context: A060772 A257125 A064149 * A092246 A084468 A292315
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Jun 15 1998
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 March 28 16:58 EDT 2024. Contains 371254 sequences. (Running on oeis4.)