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 A328583 #6 Oct 21 2019 19:27:22 %S A328583 1,-1,-2,2,-2,2,-4,4,8,-8,8,-8,-4,4,8,-8,8,-8,-4,4,8,-8,8,-8,-4,4,8, %T A328583 -8,8,-8,-6,6,12,-12,12,-12,24,-24,-48,48,-48,48,24,-24,-48,48,-48,48, %U A328583 24,-24,-48,48,-48,48,24,-24,-48,48,-48,48,-6,6,12,-12,12,-12,24,-24,-48,48,-48,48,24,-24,-48,48,-48,48,24,-24 %N A328583 a(n) = A023900(A276086(n)). %H A328583 Antti Karttunen, <a href="/A328583/b328583.txt">Table of n, a(n) for n = 0..32768</a> %H A328583 <a href="/index/Pri#primorialbase">Index entries for sequences related to primorial base</a> %F A328583 a(n) = A023900(A276086(n)). %F A328583 abs(a(n)) = A324650(n) / A328572(n). %o A328583 (PARI) A328583(n) = { my(m=1, p=2); while(n, m *= (1-p)^!!(n%p); n = n\p; p = nextprime(1+p)); (m); }; %Y A328583 Cf. A023900, A276086, A324650, A328572. %K A328583 sign %O A328583 0,3 %A A328583 _Antti Karttunen_, Oct 21 2019