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!)
A226817 Numbers of the form 4^j + 7^k, for j and k >= 0. 1
2, 5, 8, 11, 17, 23, 50, 53, 65, 71, 113, 257, 263, 305, 344, 347, 359, 407, 599, 1025, 1031, 1073, 1367, 2402, 2405, 2417, 2465, 2657, 3425, 4097, 4103, 4145, 4439, 6497, 16385, 16391, 16433, 16727, 16808, 16811, 16823, 16871, 17063, 17831, 18785, 20903 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = 4; b = 7; mx = 30000; 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: A365808 A344719 A192147 * A154484 A129300 A347839
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)