Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #14 Jul 14 2022 05:47:28
%S 73,521,577,584,4105,4161,4168,4609,4616,4672,32777,32833,32840,33281,
%T 33288,33344,36865,36872,36928,37376,262153,262209,262216,262657,
%U 262664,262720,266241,266248,266304,266752,294913,294920,294976,295424,299008,2097161,2097217
%N Sums of 3 distinct powers of 8.
%H Amiram Eldar, <a href="/A038485/b038485.txt">Table of n, a(n) for n = 1..10000</a>
%t Take[Union[Total/@Subsets[8^Range[0,10],{3}]],40] (* _Harvey P. Dale_, Jan 31 2016 *)
%Y Base-8 interpretation of A038445.
%Y Cf. A001018, A038484, A038486.
%K nonn,easy
%O 1,1
%A _Olivier GĂ©rard_
%E Offset corrected by _Amiram Eldar_, Jul 14 2022