Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A351570
Arithmetic derivative of the sum of the divisors of the largest unitary divisor of n that is a square.
6
0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 22, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 22, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 22, 1, 38
OFFSET
1,36
COMMENTS
Observation: There seems to be no terms in range 2..19 in this sequence.
FORMULA
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A350388(n) = { my(m=1, f=factor(n)); for(k=1, #f~, if(0==(f[k, 2]%2), m *= (f[k, 1]^f[k, 2]))); (m); };
A351570(n) = A003415(sigma(A350388(n)));
CROSSREFS
Cf. A000203, A003415, A342925, A350388, A351568, A351571, A351572, A351575 (positions of ones).
Sequence in context: A211378 A133591 A137643 * A023921 A072840 A091234
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 23 2022
STATUS
approved