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.

A198260 Runs of 1s in binary strings corresponding to subgroups of nimber addition.

Original entry on oeis.org

1, 1, 2, 2, 1, 2, 2, 2, 2, 4, 3, 2, 3, 4, 2, 1, 2, 2, 2, 2, 4, 3, 2, 4, 4, 2, 2, 2, 4, 4, 4, 3, 2, 4, 4, 4, 4, 2, 4, 3, 2, 4, 4, 4, 4, 4, 8, 7, 3, 5, 6, 2, 3, 4, 4, 4, 4, 6, 5, 4, 7, 8, 2, 3, 4, 2, 1, 2, 2, 2, 2, 4, 3, 2, 4, 4, 2, 2, 2, 4, 4, 4, 3, 2, 4, 4, 4, 4, 2, 4, 3, 2, 4, 4
Offset: 0

Views

Author

Tilman Piesk, Oct 22 2011

Keywords

Comments

Counts the runs of consecutive ones in the binary representation of A190939. All positive integers appear in this sequence.
The first A006116(n) entries contain all integers from 1 to 2^(n-1). E.g. the first 67 entries contain all integers from 1 to 8. How often each integer appears is counted by the triangle A227961.

Crossrefs

Cf. A190939 (subgroups of nimber addition interpreted as binary numbers).
Cf. A069010 (runs of 1s).
Cf. A227961 (corresponding triangle).

Formula

a(n) = A069010(A190939(n)).

Extensions

Changed offset to 0 as in A190939 by Tilman Piesk, Jan 25 2012
Significant edit by Tilman Piesk, Aug 01 2013