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

%I #3 Jun 19 2013 02:26:42

%S 2,5,8,11,17,23,50,53,65,71,113,257,263,305,344,347,359,407,599,1025,

%T 1031,1073,1367,2402,2405,2417,2465,2657,3425,4097,4103,4145,4439,

%U 6497,16385,16391,16433,16727,16808,16811,16823,16871,17063,17831,18785,20903

%N Numbers of the form 4^j + 7^k, for j and k >= 0.

%H T. D. Noe, <a href="/A226817/b226817.txt">Table of n, a(n) for n = 1..10000</a>

%t 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]}]]]

%Y Cf. A004050 (2^j + 3^k), A226806-A226832 (cases to 8^j + 9^k).

%K nonn

%O 1,1

%A _T. D. Noe_, Jun 19 2013

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 July 9 00:17 EDT 2024. Contains 374171 sequences. (Running on oeis4.)