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

A226794
Numbers of the form (5^j + 9^k)/2, for j and k >= 0.
1
1, 3, 5, 7, 13, 17, 41, 43, 53, 63, 67, 103, 313, 317, 353, 365, 367, 377, 427, 677, 1563, 1567, 1603, 1927, 3281, 3283, 3293, 3343, 3593, 4843, 7813, 7817, 7853, 8177, 11093, 29525, 29527, 29537, 29587, 29837, 31087, 37337, 39063, 39067, 39103
OFFSET
1,2
MATHEMATICA
a = 5; b = 9; mx = 80000; Union[Flatten[Table[a^n + b^m, {m, 0, Log[b, mx]}, {n, 0, Log[a, mx - b^m]}]]]/2
CROSSREFS
Cf. A226829 (5^j + 9^k).
Sequence in context: A062324 A194829 A378189 * A300748 A173641 A153645
KEYWORD
nonn
AUTHOR
T. D. Noe, Jun 19 2013
STATUS
approved