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!)
A192067 Monotonically ordered sums 2^i+3*2^(j-1), for i>=1, j>=1. 1

%I #6 Mar 30 2012 18:57:33

%S 5,7,8,10,11,14,16,19,20,22,26,28,32,35,38,40,44,50,52,56,64,67,70,76,

%T 80,88,98,100,104,112,128,131,134,140,152,160,176,194,196,200,208,224,

%U 256,259,262,268,280,304,320,352,386,388,392,400,416,448,512,515

%N Monotonically ordered sums 2^i+3*2^(j-1), for i>=1, j>=1.

%t t = Table[2^i + 3*2^(j - 1), {i, 1, 20}, {j, 1, 20}];

%t Union[Flatten[t]] (* A192067 *)

%K nonn

%O 1,1

%A _Clark Kimberling_, Jun 22 2011

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