login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Sums of 2 distinct powers of 8.
4

%I #18 Jul 14 2022 05:51:54

%S 9,65,72,513,520,576,4097,4104,4160,4608,32769,32776,32832,33280,

%T 36864,262145,262152,262208,262656,266240,294912,2097153,2097160,

%U 2097216,2097664,2101248,2129920,2359296,16777217,16777224,16777280,16777728,16781312,16809984,17039360,18874368

%N Sums of 2 distinct powers of 8.

%H Amiram Eldar, <a href="/A038484/b038484.txt">Table of n, a(n) for n = 1..10000</a>

%t Total/@Subsets[8^Range[0,10],{2}]//Union (* _Harvey P. Dale_, Jul 04 2022 *)

%Y Base-8 interpretation of A038444.

%Y Cf. A001018, A038485, A038486.

%K nonn,easy

%O 1,1

%A _Olivier Gérard_

%E More terms from _Vincenzo Librandi_, Aug 06 2009

%E Offset corrected by _Amiram Eldar_, Jul 14 2022