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!)
A046288 Numbers k such that 2^k contains 2^2=4 as its largest proper substring of the form 2^m (probably finite). 0

%I #12 Oct 14 2019 03:47:42

%S 6,10,12,18,22,32,49,52,53,56,78

%N Numbers k such that 2^k contains 2^2=4 as its largest proper substring of the form 2^m (probably finite).

%t sub2[n_] := Block[{s = ToString[2^n], k = n - 1}, While[k >= 0 && ! StringContainsQ[s, ToString[2^k]], k--]; k]; Select[Range[1000], sub2[#] == 2 &] (* _Giovanni Resta_, Oct 14 2019 *)

%Y Cf. A033921.

%K nonn,base,more

%O 1,1

%A _Patrick De Geest_, Jun 15 1998

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 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)