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 A340083 #6 Dec 28 2020 17:48:14 %S A340083 0,1,1,3,1,5,1,7,2,9,1,11,1,13,7,15,1,17,1,19,5,21,1,23,3,25,13,9,1, %T A340083 29,1,31,8,33,17,35,1,37,19,39,1,41,1,43,11,45,1,47,4,49,25,17,1,53, %U A340083 27,55,14,57,1,59,1,61,31,63,4,13,1,67,17,23,1,71,1,73,37,25,19,77,1,79,5,81,1,83,21,85,43,87,1,89,5,91,23 %N A340083 a(n) = (n-1) / gcd(n-1, A003958(n)). %H A340083 Antti Karttunen, <a href="/A340083/b340083.txt">Table of n, a(n) for n = 1..8191</a> %H A340083 Antti Karttunen, <a href="/A340083/a340083.txt">Data supplement: n, a(n) computed for n = 1..65537</a> %F A340083 a(n) = (n-1) / A340081(n) = (n-1) / gcd(n-1, A003958(n)). %o A340083 (PARI) %o A340083 A003958(n) = if(1==n,n,my(f=factor(n)); for(i=1,#f~,f[i,1]--); factorback(f)); %o A340083 A340083(n) = ((n-1)/gcd(n-1, A003958(n))); %Y A340083 Cf. A003958, A340081, A340082. %Y A340083 Cf. also A160596, A340073. %K A340083 nonn %O A340083 1,4 %A A340083 _Antti Karttunen_, Dec 28 2020