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 A286596 #10 Jun 14 2017 07:15:07 %S A286596 1,2,4,2,8,4,2,6,16,8,4,12,2,6,6,12,32,16,8,24,4,12,12,36,2,6,6,12,6, %T A286596 30,12,24,64,32,16,48,8,24,24,72,4,12,12,36,12,60,36,72,2,6,6,12,6,30, %U A286596 12,24,6,30,30,60,12,60,24,48,128,64,32,96,16,48,48,144,8,24,24,72,24,120,72,216,4,12,12,36,12,60,36,72,12 %N A286596 a(n) = A278222(A153141(n)). %H A286596 Antti Karttunen, <a href="/A286596/b286596.txt">Table of n, a(n) for n = 0..8191</a> %H A286596 Indranil Ghosh, <a href="/A286596/a286596.txt">Python program to generate the sequence</a> %H A286596 <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a> %F A286596 a(n) = A278222(A153141(n)). %o A286596 (Scheme) (define (A286596 n) (A278222 (A153141 n))) %Y A286596 Cf. A153141, A278222, A286597 (rgs-version of this sequence), A286598. %K A286596 nonn,base %O A286596 0,2 %A A286596 _Antti Karttunen_, Jun 04 2017