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!)
A324190 Number of distinct values A297167 obtains over the divisors > 1 of n; a(1) = 0. 10

%I #17 Feb 19 2019 18:20:11

%S 0,1,1,2,1,2,1,3,2,2,1,3,1,2,2,4,1,3,1,4,2,2,1,4,2,2,3,4,1,3,1,5,2,2,

%T 2,4,1,2,2,5,1,3,1,4,3,2,1,5,2,3,2,4,1,4,2,6,2,2,1,4,1,2,4,6,2,3,1,4,

%U 2,3,1,5,1,2,3,4,2,3,1,6,4,2,1,5,2,2,2,6,1,4,2,4,2,2,2,6,1,3,4,5,1,3,1,6,3

%N Number of distinct values A297167 obtains over the divisors > 1 of n; a(1) = 0.

%C Number of distinct values of the sum {excess of d} + {the index of the largest prime factor of d} (that is, A046660(d) + A061395(d)) that occurs over all divisors d > 1 of n.

%C Number of distinct values A297112 obtains over the divisors > 1 of n; a(1) = 0.

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

%H <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a>

%F a(n) = A001221(A324202(n)).

%F a(n) >= A324120(n).

%F a(n) >= A001222(n) >= A001221(n). [See A324179 and A324192 for differences]

%F a(n) <= A000005(n)-1. [See A324191 for differences]

%F For all primes p, a(p^k) = k.

%o (PARI)

%o A061395(n) = if(1==n, 0, primepi(vecmax(factor(n)[, 1])));

%o A297167(n) = if(1==n, 0, (A061395(n) + (bigomega(n)-omega(n)) - 1));

%o A324190(n) = #Set(apply(A297167, select(d -> d>1,divisors(n))));

%Y Cf. A000005, A001221, A001222, A046660, A061395, A324120, A324179, A324191, A324192, A324202, A324203.

%Y Cf. also A156552, A297112.

%K nonn

%O 1,4

%A _Antti Karttunen_, Feb 19 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 August 14 09:50 EDT 2024. Contains 375159 sequences. (Running on oeis4.)