login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A226825 Numbers of the form 7^j + 8^k, for j and k >= 0. 2
2, 8, 9, 15, 50, 57, 65, 71, 113, 344, 351, 407, 513, 519, 561, 855, 2402, 2409, 2465, 2913, 4097, 4103, 4145, 4439, 6497, 16808, 16815, 16871, 17319, 20903, 32769, 32775, 32817, 33111, 35169, 49575, 117650, 117657, 117713, 118161, 121745, 150417, 262145 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = 7; 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: A287564 A158458 A056805 * A367984 A046679 A004999
KEYWORD
nonn
AUTHOR
T. D. Noe, Jun 19 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 9 22:15 EDT 2024. Contains 375044 sequences. (Running on oeis4.)