The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A226815 Numbers of the form 2^j + 7^k, for j and k >= 0. 1
2, 3, 5, 8, 9, 11, 15, 17, 23, 33, 39, 50, 51, 53, 57, 65, 71, 81, 113, 129, 135, 177, 257, 263, 305, 344, 345, 347, 351, 359, 375, 407, 471, 513, 519, 561, 599, 855, 1025, 1031, 1073, 1367, 2049, 2055, 2097, 2391, 2402, 2403, 2405, 2409, 2417, 2433, 2465 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = 2; b = 7; mx = 3000; 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: A119863 A285253 A047254 * A284890 A051214 A256722
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 May 25 13:58 EDT 2024. Contains 372788 sequences. (Running on oeis4.)