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

A226817
Numbers of the form 4^j + 7^k, for j and k >= 0.
1
2, 5, 8, 11, 17, 23, 50, 53, 65, 71, 113, 257, 263, 305, 344, 347, 359, 407, 599, 1025, 1031, 1073, 1367, 2402, 2405, 2417, 2465, 2657, 3425, 4097, 4103, 4145, 4439, 6497, 16385, 16391, 16433, 16727, 16808, 16811, 16823, 16871, 17063, 17831, 18785, 20903
OFFSET
1,1
MATHEMATICA
a = 4; b = 7; mx = 30000; 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: A365808 A344719 A192147 * A154484 A129300 A347839
KEYWORD
nonn
AUTHOR
T. D. Noe, Jun 19 2013
STATUS
approved