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 A319690 #5 Oct 05 2018 11:10:10 %S A319690 1,2,0,4,2,0,1,8,0,4,2,0,1,2,0,16,2,0,1,8,0,4,2,0,4,2,0,4,2,0,1,32,0, %T A319690 4,2,0,1,2,0,16,2,0,1,8,0,4,2,0,1,8,0,4,2,0,4,8,0,4,2,0,1,2,0,64,2,0, %U A319690 1,8,0,4,2,0,1,2,0,4,2,0,1,32,0,4,2,0,4,2,0,16,2,0,1,8,0,4,2,0,1,2,0,16,2,0,1,8,0,4,2,0,1,8,0,16,2,0,4,8,0,4 %N A319690 Fully multiplicative with a(p^e) = (p mod 3)^e. %H A319690 Antti Karttunen, <a href="/A319690/b319690.txt">Table of n, a(n) for n = 1..65537</a> %o A319690 (PARI) A319690(n) = { my(f=factor(n)); prod(i=1, #f~, (f[i, 1]%3)^f[i, 2]); }; %Y A319690 Cf. A065338, A319691. %K A319690 nonn,mult %O A319690 1,2 %A A319690 _Antti Karttunen_, Oct 04 2018