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!)
A166142 Row products of A166141; Product of such divisors of n that are squarefree and have an even number of prime factors. 5

%I #12 Aug 06 2018 22:39:15

%S 1,1,1,1,1,6,1,1,1,10,1,6,1,14,15,1,1,6,1,10,21,22,1,6,1,26,1,14,1,

%T 900,1,1,33,34,35,6,1,38,39,10,1,1764,1,22,15,46,1,6,1,10,51,26,1,6,

%U 55,14,57,58,1,900,1,62,21,1,65,4356,1,34,69,4900,1,6,1,74,15,38,77,6084,1,10

%N Row products of A166141; Product of such divisors of n that are squarefree and have an even number of prime factors.

%H Antti Karttunen, <a href="/A166142/b166142.txt">Table of n, a(n) for n = 1..65537</a>

%F a(n) = Product_{d|n} A080304(d). - _Antti Karttunen_, Aug 06 2018

%e For n = 30 = 2*3*5, all its divisors [1, 2, 3, 5, 6, 10, 15, 30] are squarefree, but only 1, 6, 10 and 15 have an even number of prime factors, thus a(30) = 1*6*10*15 = 900. - _Antti Karttunen_, Aug 06 2018

%o (PARI) A166142(n) = { my(m=1); fordiv(n,d,m *= if(moebius(d) > 0,d,1)); (m); }; \\ _Antti Karttunen_, Aug 06 2018

%Y Cf. A080304, A166141, A014963.

%K nonn

%O 1,6

%A _Mats Granvik_, Oct 08 2009

%E Alternative definition added to the name by _Antti Karttunen_, Aug 06 2018

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 12 18:11 EDT 2024. Contains 372493 sequences. (Running on oeis4.)