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!)
A226810 Numbers of the form 4^j + 5^k, for j and k >= 0. 3
2, 5, 6, 9, 17, 21, 26, 29, 41, 65, 69, 89, 126, 129, 141, 189, 257, 261, 281, 381, 626, 629, 641, 689, 881, 1025, 1029, 1049, 1149, 1649, 3126, 3129, 3141, 3189, 3381, 4097, 4101, 4121, 4149, 4221, 4721, 7221, 15626, 15629, 15641, 15689, 15881, 16385, 16389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = 4; b = 5; mx = 20000; 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: A051677 A122965 A350988 * A054463 A295741 A007503
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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)