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 A324644 #14 Mar 10 2024 09:32:18 %S A324644 1,3,2,1,6,1,2,15,1,9,6,1,2,3,6,1,18,1,10,3,2,9,6,5,1,3,10,1,30,1,2, %T A324644 21,6,9,6,7,2,15,14,45,42,1,2,21,6,9,6,1,1,3,6,7,18,5,2,15,10,45,30,7, %U A324644 2,3,2,1,42,1,2,21,6,9,18,5,2,3,2,35,6,7,10,3,1,63,42,7,2,3,30,45,90,1,14,21,2,9,6,7,98,3,6,7,6,1,2,105,6 %N A324644 a(n) = gcd(sigma(n), A276086(n)). %H A324644 Antti Karttunen, <a href="/A324644/b324644.txt">Table of n, a(n) for n = 1..30030</a> %F A324644 a(n) = gcd(A000203(n), A276086(n)). %o A324644 (PARI) %o A324644 A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); }; %o A324644 A324644(n) = gcd(sigma(n),A276086(n)); %Y A324644 Cf. A000203, A009194, A276086, A324198, A324534, A324645, A324646, A364286. %Y A324644 Cf. A088828 (positions of even terms), A176693 (of odd terms). %K A324644 nonn %O A324644 1,2 %A A324644 _Antti Karttunen_, Mar 11 2019