login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

a(n) = n - A326144(n).
2

%I #7 Jul 30 2020 20:20:27

%S 0,1,1,3,1,6,1,7,8,8,1,10,1,10,9,15,1,15,1,18,11,14,1,18,24,16,25,14,

%T 1,18,1,31,15,20,13,35,1,22,17,30,1,30,1,42,39,26,1,34,48,49,21,50,1,

%U 42,17,54,23,32,1,54,1,34,61,63,19,54,1,66,27,66,1,69,1,40,73,74,19,66,1,78,80,44,1,70,23,46,33,86

%N a(n) = n - A326144(n).

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

%H Antti Karttunen, <a href="/A336646/a336646.txt">Data supplement: n, a(n) computed for n = 1..65537</a>

%o (PARI)

%o A007947(n) = factorback(factorint(n)[, 1]);

%o A066503(n) = (n - A007947(n));

%o A326143(n) = (sigma(n)-A007947(n)-n);

%o A326144(n) = gcd(A066503(n), A326143(n));

%o A336646(n) = (n - A326144(n));

%Y Cf. A007947, A066503, A326143, A326144.

%Y Cf. A326145 (positions where coincides with A007947).

%Y Cf. A336555 (positions where differs from A336647).

%Y Cf. also A336645, A336647.

%K nonn

%O 1,4

%A _Antti Karttunen_, Jul 30 2020