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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

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 April 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)