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!)
A226819 Numbers of the form 6^j + 7^k, for j and k >= 0. 2

%I #3 Jun 19 2013 02:27:02

%S 2,7,8,13,37,43,50,55,85,217,223,265,344,349,379,559,1297,1303,1345,

%T 1639,2402,2407,2437,2617,3697,7777,7783,7825,8119,10177,16808,16813,

%U 16843,17023,18103,24583,46657,46663,46705,46999,49057,63463,117650,117655,117685

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

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

%t a = 6; b = 7; mx = 120000; 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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)