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 A331292 #13 Jan 17 2020 17:40:22 %S A331292 0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,2,0,2,0,0,0,0,0,1,4,0,0,0,0,1,0,0,0,0, %T A331292 2,4,0,0,0,1,0,1,0,0,5,0,0,3,6,8,0,0,0,0,2,0,0,0,0,3,0,0,3,0,1,0,0,0, %U A331292 0,5,0,2,0,0,3,0,16,0,0,2,1,0,0,2,1,0,0,0,0,10,12,0,0,0,1,6,0,12,2,6,0,0,0,0,3 %N A331292 The next more significant digit after A329348(n) in the primorial base expansion of A108951(n). %H A331292 Antti Karttunen, <a href="/A331292/b331292.txt">Table of n, a(n) for n = 1..65537</a> %H A331292 <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a> %H A331292 <a href="/index/Pri#primorialbase">Index entries for sequences related to primorial base</a> %F A331292 a(n) = A007949(A246277(A324886(n))). %F A331292 a(n) = A331293(n) modulo A000040(2+A061395(n)). %o A331292 (PARI) A331292(n) = { my(h=A061395(n), u = A108951(n) - (A002110(h)*((A331188(n)%prime(1+h))))); ((u/A002110(1+h))%prime(2+h)); }; %Y A331292 Cf. A007949, A061395, A108951, A117366, A151800, A246277, A324886, A329348, A331188, %Y A331292 A331293. %K A331292 nonn %O A331292 1,16 %A A331292 _Antti Karttunen_, Jan 17 2020