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!)
A138168 Numbers containing their length in binary representation. 3

%I #7 Oct 07 2015 19:20:43

%S 1,2,6,7,8,9,12,20,21,22,23,26,27,29,38,44,45,46,48,49,50,51,52,53,54,

%T 55,56,57,58,59,60,61,62,71,78,79,87,92,93,94,95,103,110,111,112,113,

%U 114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130

%N Numbers containing their length in binary representation.

%H R. Zumkeller, <a href="/A138168/b138168.txt">Table of n, a(n) for n = 1..10000</a>

%e 20 ->'10100', length = 5 ->'101', therefore 20 is a term;

%e 200 ->'11001000', length = 8 ->'1000', therefore 200 is a term.

%t lbrQ[n_]:=Module[{idn2=IntegerDigits[n,2]},SequenceCount[idn2, IntegerDigits[ Length[ idn2],2]]>0]; Select[Range[200],lbrQ] (* The program uses the SequenceCount function from Mathematica version 10 *) (* _Harvey P. Dale_, Oct 07 2015 *)

%Y Cf. A070939, A138166, A138167.

%K nonn,base

%O 1,2

%A _Reinhard Zumkeller_, Mar 03 2008

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