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

A226791
Numbers of the form (3^j + 7^k)/2, for j and k >= 0.
1
1, 2, 4, 5, 8, 14, 17, 25, 26, 29, 38, 41, 44, 65, 122, 125, 146, 172, 173, 176, 185, 212, 293, 365, 368, 389, 536, 1094, 1097, 1118, 1201, 1202, 1205, 1214, 1241, 1265, 1322, 1565, 2294, 3281, 3284, 3305, 3452, 4481, 8404, 8405, 8408, 8417, 8444
OFFSET
1,2
MATHEMATICA
a = 3; b = 7; mx = 20000; Union[Flatten[Table[a^n + b^m, {m, 0, Log[b, mx]}, {n, 0, Log[a, mx - b^m]}]]]/2
CROSSREFS
Cf. A226816 (3^j + 7^k).
Sequence in context: A293189 A278695 A105134 * A357177 A184775 A240075
KEYWORD
nonn
AUTHOR
T. D. Noe, Jun 19 2013
STATUS
approved