login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A co-delta function for non-perfect powers. Dirichlet inverse of A304819.
3

%I #13 Aug 23 2018 02:21:21

%S 1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,

%T 0,2,0,0,0,0,0,0,0,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,

%U 0,0,0,2,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,1,2,0,0,0,0,0

%N A co-delta function for non-perfect powers. Dirichlet inverse of A304819.

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

%F a(n) = Sum_{d|n} A304779(d) * mu(n/d), where A304779 is the Dirichlet inverse of A304653.

%t a[n_]:=a[n]=If[n==1,1,-Sum[(-1)^PrimeOmega[d]*a[n/d],{d,Select[Rest[Divisors[n]],GCD@@FactorInteger[#][[All,2]]==1&]}]];

%t Table[Sum[a[d]*MoebiusMu[n/d],{d,Divisors[n]}],{n,100}]

%o (PARI)

%o A304819(n) = sumdiv(n,d,if(!ispower(d),(-1)^bigomega(d),0));

%o A304820(n) = if(1==n,1,-sumdiv(n,d,if(d<n,A304819(n/d)*A304820(d),0))); \\ _Antti Karttunen_, Jul 29 2018

%o (PARI)

%o A304779(n) = if(1==n,1,-sumdiv(n,d,if((d>1)&&!ispower(d),((-1)^bigomega(d))*A304779(n/d),0)));

%o A304820(n) = sumdiv(n,d,moebius(n/d)*A304779(d)); \\ _Antti Karttunen_, Jul 29 2018

%Y Positions of nonzero entries appear to be A126706.

%Y Cf. A000005, A000007, A001222, A001597, A005117, A007916, A008683, A008836, A304362, A304653, A304779, A304817, A304819.

%K nonn

%O 1,36

%A _Gus Wiseman_, May 19 2018

%E More terms from _Antti Karttunen_, Jul 29 2018

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | 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 September 24 14:42 EDT 2024. Contains 376200 sequences. (Running on oeis4.)