The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A046296 Numbers k such that 2^k contains 2^10 = 1024 as its largest proper substring of the form 2^m. 1
224, 278, 286, 473, 502, 510, 645, 656, 698, 744, 871, 889, 909, 921, 955, 960, 966, 972, 1010, 1062, 1086, 1113, 1163, 1182, 1200, 1201, 1208, 1271, 1273, 1282, 1315, 1327, 1377, 1431, 1444, 1510, 1541, 1550, 1564, 1570, 1583, 1610, 1626, 1674, 1677 (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[1677], sub2[#] == 10 &] (* Giovanni Resta, Oct 14 2019 *)
CROSSREFS
Sequence in context: A345542 A345543 A345796 * A240529 A177770 A202442
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 June 7 05:40 EDT 2024. Contains 373144 sequences. (Running on oeis4.)