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!)
A226793 Numbers of the form (3^j + 9^k)/2, for j and k >= 0. 1

%I #3 Jun 19 2013 13:24:23

%S 1,2,5,6,9,14,18,41,42,45,54,81,122,126,162,365,366,369,378,405,486,

%T 729,1094,1098,1134,1458,3281,3282,3285,3294,3321,3402,3645,4374,6561,

%U 9842,9846,9882,10206,13122,29525,29526,29529,29538,29565,29646,29889

%N Numbers of the form (3^j + 9^k)/2, for j and k >= 0.

%t a = 3; b = 9; mx = 60000; Union[Flatten[Table[a^n + b^m, {m, 0, Log[b, mx]}, {n, 0, Log[a, mx - b^m]}]]]/2

%Y Cf. A226827 (3^j + 9^k).

%K nonn

%O 1,2

%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 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)