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!)
A124510 Smallest m such that A124508(m) = A124509(n). 3
1, 2, 4, 8, 6, 16, 12, 32, 24, 64, 30, 48, 128, 60, 96, 256, 120, 192, 210, 512, 240, 384, 420, 1024, 480, 768, 840, 2048, 960, 2310, 1536, 1680, 4096, 1920, 4620, 3072, 3360, 8192, 3840, 9240, 6144, 6720, 30030, 16384, 7680, 18480, 12288, 13440, 60060, 32768, 15360, 36960, 24576 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A124509(n) = A124508(a(n)).
A124508(k) <> A124508(a(n)) for k < a(n).
a(n) = A002110(e_3) * 2^(e_2-e_3), where e_2 = valuation(A124509(n), 2), and e_3 = valuation(A124509(n), 3).
MATHEMATICA
f[n_] := Module[{e2 = IntegerExponent[n, 2], e3 = IntegerExponent[n, 3]}, Product[Prime[i], {i, 1, e3}] * 2^(e2 - e3)];
With[{max = 10^5}, f /@ Join[{1}, Sort[Flatten[Table[2^i*3^j, {i, 1, Log2[max]}, {j, 1, Min[i, Log[3, max/2^i]]}]]]]] (* Amiram Eldar, Jul 11 2023 *)
CROSSREFS
Sequence in context: A048640 A242353 A277331 * A131886 A265014 A262243
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Nov 04 2006
EXTENSIONS
Name corrected and missing terms inserted by Amiram Eldar, Jul 11 2023
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 July 17 12:04 EDT 2024. Contains 374377 sequences. (Running on oeis4.)