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 A162720 #6 Nov 09 2019 01:18:07 %S A162720 1,10,10,11,11,11,10,11,100,100,101,11,11,100,101,100,101,101,11,100, %T A162720 11,101,100,100,11,100,101,101,101,100,111,11,11,100,100,101,101,100, %U A162720 101,101,101,101,111,11,100,101,101,111,101,101,101,111,101,111,10 %N A162720 A014499 represented in binary. %H A162720 Andrew Howroyd, <a href="/A162720/b162720.txt">Table of n, a(n) for n = 1..1000</a> %F A162720 a(n) = A007088(A014499(n)). - _Andrew Howroyd_, Nov 08 2019 %e A162720 The 5th prime number is 11. The binary representation of 11 is 1011. There are 3 "1s" in 1011. 3 in binary is 11, so a(5)=3. %o A162720 (PARI) a(n)={fromdigits(digits(hammingweight(prime(n)), 2))} \\ _Andrew Howroyd_, Nov 08 2019 %Y A162720 Cf. A007088, A014499. %K A162720 base,nonn %O A162720 1,2 %A A162720 _Ben Branman_, Jul 11 2009 %E A162720 Terms a(32) and beyond from _Andrew Howroyd_, Nov 08 2019