This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A329647 #10 Nov 18 2019 16:42:57 %S A329647 0,1,0,2,1,3,0,3,0,2,1,2,0,3,1,4,1,1,0,3,0,2,1,5,2,3,0,2,0,0,1,5,1,2, %T A329647 3,6,0,3,0,4,1,1,0,3,1,2,1,4,0,3,1,2,0,7,2,5,0,3,1,7,0,2,0,6,3,0,1,3, %U A329647 1,2,0,7,1,3,2,2,1,1,0,5,0,2,1,6,2,3,0,4,0,6,0,3,1,2,3,7,1,1,1,4,0,0,1,5,3 %N A329647 Bitwise-XOR of exponents of prime factors of A108951(n), where A108951 is fully multiplicative with a(prime(i)) = prime(i)# = Product_{i=1..i} A000040(i). %C A329647 Positions of records are: 1, 2, 4, 6, 16, 24, 36, 54, 256, 384, 576, 864, 1296, 1944, 2916, 4374, 65536, ..., conjectured also to be the positions of the first occurrence of each n. %H A329647 Antti Karttunen, <a href="/A329647/b329647.txt">Table of n, a(n) for n = 1..65537</a> %H A329647 <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a> %H A329647 <a href="/index/Pri#primorial_numbers">Index entries for sequences related to primorial numbers</a> %F A329647 a(n) = A268387(A108951(n)). %F A329647 a(n) <= A329616(n). %o A329647 (PARI) %o A329647 A034386(n) = prod(i=1, primepi(n), prime(i)); %o A329647 A108951(n) = { my(f=factor(n)); prod(i=1, #f~, A034386(f[i, 1])^f[i, 2]) }; \\ From A108951 %o A329647 A268387(n) = if(n>1, fold(bitxor, factor(n)[, 2]), 0); %o A329647 A329647(n) = A268387(A108951(n)); %Y A329647 Cf. A034386, A108951, A268387, A329615, A329616. %K A329647 nonn %O A329647 1,4 %A A329647 _Antti Karttunen_, Nov 18 2019