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!)
A172233 Positive numbers of form 2^m - 2^l - 3*2^k, m>l>k>=0. 1

%I #6 Mar 30 2012 18:41:21

%S 0,1,2,3,4,5,6,8,9,10,11,12,13,16,18,20,21,22,24,25,26,27,29,32,36,40,

%T 42,44,45,48,50,52,53,54,57,58,59,61,64,72,80,84,88,90,93,96,100,104,

%U 106,108,109,114,116,117,118,121,122,123,125,128,144,160

%N Positive numbers of form 2^m - 2^l - 3*2^k, m>l>k>=0.

%e 2^7 - 2^5 - 3*2^2 = 128-32-12 = 84, so 84 is in sequence.

%o (PARI) v=vector(10000);k=1;for(v2=2,50,for(v1=1,v2-1,for(v0=0,v1-1,t=2^v2-3*2^v0-2^v1;v[k++]=t)));vecsort(v)

%Y Cf. A023758.

%K nonn

%O 1,3

%A _Ralf Stephan_, Nov 20 2010

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.)