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!)
A226823 Numbers of the form 5^j + 8^k, for j and k >= 0. 1
2, 6, 9, 13, 26, 33, 65, 69, 89, 126, 133, 189, 513, 517, 537, 626, 633, 637, 689, 1137, 3126, 3133, 3189, 3637, 4097, 4101, 4121, 4221, 4721, 7221, 15626, 15633, 15689, 16137, 19721, 32769, 32773, 32793, 32893, 33393, 35893, 48393, 78126, 78133, 78189, 78637 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = 5; b = 8; mx = 80000; 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: A351712 A181021 A048162 * A171866 A297833 A049508
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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)