The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A072413 Numbers k such that the LCM of exponents in the prime factorization of k does not equal the product of the exponents. 3
36, 100, 144, 180, 196, 216, 225, 252, 300, 324, 396, 400, 441, 450, 468, 484, 576, 588, 612, 676, 684, 700, 720, 784, 828, 882, 900, 980, 1000, 1008, 1044, 1080, 1089, 1100, 1116, 1156, 1200, 1225, 1260, 1296, 1300, 1332, 1444, 1452, 1476, 1512, 1521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The numbers of terms not exceeding 10^k, for k = 2, 3, ..., are 2, 29, 348, 3548, 35761, 358258, 3583892, 35843109, 358440763, ... . Apparently, the asymptotic density of this sequence exists and equals 0.03584... . - Amiram Eldar, Sep 09 2022
LINKS
FORMULA
A005361(a(n)) != A072411(a(n)).
EXAMPLE
k = 36 = 2*2*3*3; exponent set = {2,2}; LCM = 2, product = 4.
MATHEMATICA
Select[Range@ 1600, LCM @@ # != Times @@ # &@ Map[Last, FactorInteger@ #] &] (* Michael De Vlieger, May 15 2016 *)
PROG
(PARI) is(n)=my(f=factor(n)[, 2]); n>9 && lcm(f)!=factorback(f) \\ Charles R Greathouse IV, Jan 14 2017
CROSSREFS
Sequence in context: A114819 A137945 A250812 * A131605 A296204 A063734
KEYWORD
nonn
AUTHOR
Labos Elemer, Jun 17 2002
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)