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!)
A137945 Non-prime-powers such that the number of composite divisors is a multiple of the number of prime divisors. 3
36, 100, 120, 144, 168, 196, 225, 264, 270, 280, 312, 324, 378, 400, 408, 440, 441, 456, 484, 520, 552, 576, 594, 616, 676, 680, 696, 702, 728, 744, 750, 760, 784, 888, 918, 920, 945, 952, 960, 984, 1026, 1032, 1064, 1089, 1128, 1144, 1156, 1160, 1225, 1240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Reinhard Zumkeller)
Eric Weisstein's World of Mathematics, Divisor Function
FORMULA
A055212(a(n)) mod A001221(a(n)) = 0.
EXAMPLE
A055212(120) = #{4,6,8,10,12,15,20,24,30,40,60,120} = 12 = 4*A001221(120) = 4*#{2,3,5} = 12, therefore 120 is a term.
MATHEMATICA
aQ[n_] := (omega = PrimeNu[n]) > 1 && Divisible[DivisorSigma[0, n] - 1, omega]; Select[Range[2, 1240], aQ] (* Amiram Eldar, Aug 31 2019 *)
CROSSREFS
Intersection of A024619 and A137944.
Sequence in context: A260007 A306213 A114819 * A250812 A072413 A131605
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 24 2008
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 28 16:48 EDT 2024. Contains 372916 sequences. (Running on oeis4.)