The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A325317 a(n) = A048250(n) XOR A162296(n), where XOR is the bitwise-XOR, A003987. 3

%I #9 Apr 22 2019 13:49:55

%S 1,3,4,7,6,12,8,15,13,18,12,28,14,24,24,31,18,23,20,10,32,36,24,60,31,

%T 42,32,56,30,72,32,63,48,54,48,67,38,60,56,90,42,96,44,20,46,72,48,

%U 124,57,89,72,18,54,96,72,120,80,90,60,40,62,96,104,127,84,144,68,126,96,144,72,187,74,114,124,108,96,168,80

%N a(n) = A048250(n) XOR A162296(n), where XOR is the bitwise-XOR, A003987.

%H Antti Karttunen, <a href="/A325317/b325317.txt">Table of n, a(n) for n = 1..16384</a>

%H <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a>

%H <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>

%F a(n) = A003987(A048250(n), A162296(n)).

%F a(n) = A000203(n) - 2*A325318(n) = A325316(n) - A325318(n).

%t Array[BitXor @@ Map[Total, {#3, Complement[#2, #3]}] & @@ {#1, #2, Select[#2, SquareFreeQ]} & @@ {#, Divisors[#]} &, 79] (* _Michael De Vlieger_, Apr 21 2019 *)

%o (PARI)

%o A048250(n) = factorback(apply(p -> p+1,factor(n)[,1]));

%o A162296(n) = sumdiv(n, d, d*(1-issquarefree(d)));

%o A325317(n) = bitxor(A048250(n),A162296(n));

%Y Cf. A000203, A003987, A048250, A162296, A325316, A325318.

%K nonn

%O 1,2

%A _Antti Karttunen_, Apr 21 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 May 23 18:59 EDT 2024. Contains 372765 sequences. (Running on oeis4.)