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!)
A322584 a(n) is the number of terms of A025487 that divide n. 5

%I #14 Jan 01 2024 08:00:31

%S 1,2,1,3,1,3,1,4,1,2,1,5,1,2,1,5,1,3,1,3,1,2,1,7,1,2,1,3,1,4,1,6,1,2,

%T 1,6,1,2,1,4,1,3,1,3,1,2,1,9,1,2,1,3,1,3,1,4,1,2,1,7,1,2,1,7,1,3,1,3,

%U 1,2,1,9,1,2,1,3,1,3,1,5,1,2,1,5,1,2,1,4,1,4,1,3,1,2,1,11,1,2,1,3,1,3,1,4,1

%N a(n) is the number of terms of A025487 that divide n.

%H Antti Karttunen, <a href="/A322584/b322584.txt">Table of n, a(n) for n = 1..20000</a>

%H Antti Karttunen, <a href="/A322584/a322584.txt">Data supplement: n, a(n) computed for n = 1..100000</a>

%F a(n) = Sum_{d|} A322585(d).

%F Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k) = A161360 = 2.495806... . - _Amiram Eldar_, Jan 01 2024

%o (PARI)

%o A322585(n) = { my(f = factor(n)); for(i=1,#f~,if((primepi(f[i,1])!=i)||((i>1)&&(f[i-1,2]<f[i,2])),return(0))); (1); };

%o A322584(n) = sumdiv(n,d,A322585(d));

%Y Inverse Möbius transform of A322585.

%Y Cf. A025487, A161360.

%Y Cf. also A181801.

%K nonn

%O 1,2

%A _Antti Karttunen_, Dec 20 2018

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 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)