Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A351097
Difference between {the maximal digit value in primorial base expansion of the arithmetic derivative of n} and {the maximal exponent in the prime factorization of n}.
4
0, 0, 0, 0, 0, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0, -3, 0, 1, 0, 2, 1, 1, 0, -1, 0, 1, 1, -1, 0, 0, 0, -2, 1, 2, 1, 0, 0, 2, 1, -1, 0, 1, 0, 1, -1, 3, 0, -1, 0, 0, 2, 2, 0, 0, 1, 0, 2, 0, 0, 1, 0, 0, 1, 0, 2, 1, 0, 0, 3, 3, 0, 2, 0, 0, 2, 1, 2, 1, 0, 1, -1, 1, 0, 2, 2, 1, 0, 1, 0, 2, 2, 1, 1, 2, 3, -3, 0, 0, 0, 2, 0, 2, 0, 2, 1
OFFSET
1,16
LINKS
FORMULA
a(n) = A328390(n) - A051903(n) = A051903(A327859(n)) - A051903(n).
PROG
(PARI)
A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
A051903(n) = if((1==n), 0, vecmax(factor(n)[, 2]));
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A351097(n) = (A051903(A327859(n)) - A051903(n));
CROSSREFS
Cf. A003415, A051903, A276086, A327859, A328390, A351098 (positions of negative terms), A351099.
Cf. also A350074, A351074.
Sequence in context: A356681 A093684 A101270 * A155522 A007524 A357868
KEYWORD
sign
AUTHOR
Antti Karttunen, Feb 03 2022
STATUS
approved