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!)
A175069 a(n) = product of perfect divisors of n / n. 2

%I #11 Nov 21 2017 21:34:43

%S 1,1,1,2,1,1,1,2,3,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1,5,1,3,1,1,1,1,2,1,1,

%T 1,6,1,1,1,1,1,1,1,1,1,1,1,1,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1,64,1,1,1,1,

%U 1,1,1,1,1,1,1,1,1,1,1,1,27,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,10

%N a(n) = product of perfect divisors of n / n.

%C A perfect divisor of n is a divisor d such that d^k = n for some k >= 1.

%H Antti Karttunen, <a href="/A175069/b175069.txt">Table of n, a(n) for n = 1..16384</a>

%F a(n) = A175068(n) / n. a(n) > 1 for perfect powers n = A001597(m) for m > 2.

%t Table[Apply[Times, Select[Divisors@ n, Or[# == 1, #^IntegerExponent[n, #] == n] &]]/n, {n, 105}] (* _Michael De Vlieger_, Nov 21 2017 *)

%o (PARI)

%o A175068(n) = { my(m=1); fordiv(n,d,if((1==d)||(d^valuation(n,d))==n,m*=d)); (m); };

%o A175069(n) = (A175068(n)/n); \\ _Antti Karttunen_, Nov 21 2017

%Y Cf. A175068.

%K nonn

%O 1,4

%A _Jaroslav Krizek_, Jan 23 2010

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 24 03:05 EDT 2024. Contains 374575 sequences. (Running on oeis4.)