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”).

A226824
Numbers of the form 6^j + 8^k, for j and k >= 0.
1
2, 7, 9, 14, 37, 44, 65, 70, 100, 217, 224, 280, 513, 518, 548, 728, 1297, 1304, 1360, 1808, 4097, 4102, 4132, 4312, 5392, 7777, 7784, 7840, 8288, 11872, 32769, 32774, 32804, 32984, 34064, 40544, 46657, 46664, 46720, 47168, 50752, 79424, 262145, 262150, 262180
OFFSET
1,1
MATHEMATICA
a = 6; b = 8; mx = 300000; Union[Flatten[Table[a^n + b^m, {m, 0, Log[b, mx]}, {n, 0, Log[a, mx - b^m]}]]]
CROSSREFS
Cf. A004050 (2^j + 3^k), A226806-A226832 (cases to 8^j + 9^k).
Sequence in context: A190565 A341631 A102994 * A168132 A211280 A294863
KEYWORD
nonn
AUTHOR
T. D. Noe, Jun 19 2013
STATUS
approved