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 A354107 #8 May 20 2022 09:02:15 %S A354107 1,1,0,2,2,0,0,0,0,2,0,0,2,0,0,0,2,0,0,0,0,0,0,0,2,2,0,0,2,0,0,0,0,2, %T A354107 0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,2,0,0,2,0,0,0,0,0,0,0, %U A354107 0,0,0,0,2,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,2,0,0,2,0,0,0,2,0,0 %N A354107 a(n) = A354102(n) mod 4. %H A354107 Antti Karttunen, <a href="/A354107/b354107.txt">Table of n, a(n) for n = 1..65537</a> %F A354107 a(n) = A010873(A354102(n)). %F A354107 a(n) = A353768(A267099(n)). %o A354107 (PARI) A354106(n) = (A354102(n)%4); %Y A354107 Cf. A010873, A267099, A353768, A354102. %K A354107 nonn %O A354107 1,4 %A A354107 _Antti Karttunen_, May 18 2022