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!)
A259406 Numbers of the form i^j * j^k * k^i, where i,j,k > 1. 1
64, 288, 1024, 1944, 3200, 9216, 10368, 19683, 25088, 36000, 48600, 65536, 124416, 139968, 165888, 209952, 320000, 395136, 409600, 820125, 857304, 991232, 1179648, 1327104, 2359296, 2500000, 3359232, 4251528, 4917248, 5537792, 9216000, 9720000, 10368000, 12441600, 12754584, 12845056 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
i=2,j=2,k=2: 2^2 * 2^2 * 2^2 = 64
i=2,j=2,k=3: 2^2 * 2^3 * 3^2 = 288
i=2,j=2,k=4: 2^2 * 2^4 * 4^2 = 1024
PROG
(PARI) list(lim)=my(v=List(), m=2*lambertw(sqrt(lim)*log(2)/4)\log(2), t); for(i=2, m, for(j=i, m, if(i^j*j^i*i^i>lim, break); for(k=i, m, t=i^j*j^k*k^i; if(t>lim, break); listput(v, t)))); Set(v) \\ Charles R Greathouse IV, Jun 28 2015
CROSSREFS
The form of this sequence is similar to A146748.
Sequence in context: A045029 A231528 A333604 * A029873 A218069 A017258
KEYWORD
nonn
AUTHOR
Marko Hermsen, Jun 26 2015
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 March 29 10:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)