login
Sums of 2 distinct powers of 12.
3

%I #19 Jul 14 2022 05:54:19

%S 13,145,156,1729,1740,1872,20737,20748,20880,22464,248833,248844,

%T 248976,250560,269568,2985985,2985996,2986128,2987712,3006720,3234816,

%U 35831809,35831820,35831952,35833536,35852544,36080640,38817792,429981697,429981708,429981840,429983424,430002432,430230528

%N Sums of 2 distinct powers of 12.

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

%t Take[Union[Plus@@@Subsets[12^Range[0,20],{2}]],50] (* _Harvey P. Dale_, Dec 16 2010 *)

%Y Base-12 interpretation of A038444.

%Y Cf. A001021, A038493.

%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