cp's OEIS Frontend

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.

A333763 a(n) = A161604(n) / A030101(A161604(n)).

This page as a plain text file.
%I A333763 #8 Apr 05 2020 09:33:26
%S A333763 1,2,1,4,1,2,1,8,1,2,4,2,1,16,1,2,4,1,8,1,4,2,1,32,1,2,4,8,2,1,16,1,2,
%T A333763 8,4,2,1,64,1,2,4,8,1,16,4,1,2,1,32,1,2,1,4,16,1,8,4,2,1,128,1,2,4,8,
%U A333763 16,2,1,32,1,8,2,4,2,1,64,1,2,4,2,8,1,32,1
%N A333763 a(n) = A161604(n) / A030101(A161604(n)).
%C A333763 It appears that all terms are powers of 2.
%o A333763 (PARI) for (n=1, 231, r=fromdigits(Vecrev(binary(n)),2); if (n%r==0, print1 (n/r", ")))
%Y A333763 Cf. A000079, A030101, A161604.
%K A333763 nonn,base
%O A333763 1,2
%A A333763 _Rémy Sigrist_, Apr 04 2020