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!)
A323762 Numbers m such that Product_{d|m} (pod(d)/tau(d)) is an integer h where pod(k) = the product of the divisors of k (A007955) and tau(k) = the number of the divisors of k (A000005). 1

%I #11 Sep 08 2022 08:46:23

%S 1,2,12,18,24,36,54,60,72,84,90,108,120,126,132,150,156,168,180,198,

%T 204,216,228,234,240,252,264,270,276,294,300,306,312,342,348,360,372,

%U 378,396,408,414,420,444,450,456,468,480,492,504,516,522,540,552,558,564

%N Numbers m such that Product_{d|m} (pod(d)/tau(d)) is an integer h where pod(k) = the product of the divisors of k (A007955) and tau(k) = the number of the divisors of k (A000005).

%C Corresponding values of integers h: 1, 1, 10368, 118098, 6879707136, 101559956668416, ...

%C Product_{d|n} (pod(d)/tau(d)) > 1 for all n > 2.

%F A323761(a(n)) = 1.

%e 12 is a term because Product_{d|12} (pod(d)/tau(d)) = (pod(1)/tau(1))*(pod(2)/tau(2))*(pod(3)/tau(3))*(pod(4)/tau(4)*(pod(6)/tau(6)*(pod(12)/tau(12)) = (1/1)*(2/2)*(3/2)*(8/3)*(36/4)*(1728/6) = 10368 (integer).

%o (Magma) [n: n in [1..1000] | Denominator(&*[&*[c: c in Divisors(d)] / NumberOfDivisors(d): d in Divisors(n)]) eq 1]

%o (PARI) isok(n) = my(p=1, vd); fordiv(n, d, vd = divisors(d); p *= vecprod(vd)/#vd); denominator(p) == 1; \\ _Michel Marcus_, Jan 30 2019

%Y Cf. A000005, A007955, A323760, A323761.

%K nonn

%O 1,2

%A _Jaroslav Krizek_, Jan 27 2019

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 April 25 07:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)