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 A337335 #9 Aug 24 2020 22:29:20 %S A337335 1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, %T A337335 1,1,1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,1,29,1,1,1,1,1,1,1,5,1,1, %U A337335 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,19,1,13,1,1,1,13,1,1,1 %N A337335 a(n) = gcd(A048673(n), 1+A003973(n)). %H A337335 Antti Karttunen, <a href="/A337335/b337335.txt">Table of n, a(n) for n = 1..65537</a> %H A337335 <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a> %H A337335 <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a> %F A337335 a(n) = gcd(A048673(n), 1+A003973(n)) = (n) = gcd((1+A003961(n))/2, 1+sigma(A003961(n))). %F A337335 For all n>= 1, a(A000290(n)) = A337337(n). %o A337335 (PARI) %o A337335 A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); }; %o A337335 A337335(n) = { my(s=A003961(n)); gcd((1+s)/2, 1+sigma(s)); }; %Y A337335 Cf. A003961, A003973, A048673, A337337, A337342 (positions where equal to A048673). %Y A337335 Cf. also A336850. %K A337335 nonn %O A337335 1,10 %A A337335 _Antti Karttunen_, Aug 24 2020