A038486 Sums of 4 distinct powers of 8.
585, 4169, 4617, 4673, 4680, 32841, 33289, 33345, 33352, 36873, 36929, 36936, 37377, 37384, 37440, 262217, 262665, 262721, 262728, 266249, 266305, 266312, 266753, 266760, 266816, 294921, 294977, 294984, 295425, 295432, 295488, 299009, 299016, 299072, 299520, 2097225
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Sort[Plus @@@ Subsets[8^Range[0, 6], {4}]] (* Amiram Eldar, Jul 14 2022 *)
Extensions
Offset corrected by Amiram Eldar, Jul 14 2022