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.

A030323 Number of 1's minus number of 0's in first n terms of A030317.

This page as a plain text file.
%I A030323 #10 Feb 17 2020 07:48:59
%S A030323 1,2,3,4,3,4,5,6,7,8,7,6,7,8,7,8,9,10,11,10,11,12,13,14,15,16,15,14,
%T A030323 13,14,15,14,13,14,15,16,15,16,15,16,17,16,17,18,19,20,21,20,19,20,21,
%U A030323 22,21,22,23,24,25,26,25,26,27,28,29,30,31,32
%N A030323 Number of 1's minus number of 0's in first n terms of A030317.
%t A030323 Accumulate[Flatten[Table[IntegerDigits[2n - 1, 2], {n, 50}]] /. 0 -> -1] (* _Alonso del Arte_, Feb 16 2020 *)
%K A030323 nonn,base
%O A030323 1,2
%A A030323 _Clark Kimberling_
%E A030323 Name clarified by _Alonso del Arte_, Feb 10 2020