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!)
A347377 Möbius transform of A280692, A003961(n) - A250469(n). 2

%I #9 Oct 16 2021 15:42:57

%S 0,0,0,0,0,0,0,6,0,-6,0,12,0,-6,0,30,0,24,0,12,0,-24,0,48,0,-24,60,24,

%T 0,24,0,114,-20,-42,0,84,0,-42,-10,60,0,48,0,12,60,-48,0,168,0,6,-30,

%U 24,0,132,0,108,-30,-78,0,96,0,-72,120,390,0,44,0,12,-30,36,0,288,0,-96,60,24,0,58,0,228,360,-114

%N Möbius transform of A280692, A003961(n) - A250469(n).

%H Antti Karttunen, <a href="/A347377/b347377.txt">Table of n, a(n) for n = 1..10000</a>

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

%H <a href="/index/Si#sieve">Index entries for sequences generated by sieves</a>

%F a(n) = Sum_{d|n} A008683(n/d) * A280692(d).

%F a(n) = A003972(n) - A347376(n).

%o (PARI)

%o A003961(n) = { my(f=factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };

%o A280692(n) = (A003961(n) - A250469(n));

%o A347377(n) = sumdiv(n,d,moebius(n/d)*A280692(d));

%Y Cf. A003961, A003972, A008683, A250469, A280692, A347376.

%Y Cf. also A346480.

%K sign

%O 1,8

%A _Antti Karttunen_, Sep 01 2021

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 26 07:40 EDT 2024. Contains 375454 sequences. (Running on oeis4.)