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.

A329768 Number of finite sequences of positive integers whose sum minus runs-resistance is n.

Original entry on oeis.org

8, 17, 42, 104, 242, 541, 1212, 2664, 5731, 12314
Offset: 1

Views

Author

Gus Wiseman, Nov 21 2019

Keywords

Comments

A composition of n is a finite sequence of positive integers with sum n.
For the operation of taking the sequence of run-lengths of a finite sequence, runs-resistance is defined as the number of applications required to reach a singleton.

Examples

			The a(1) = 8 and a(2) = 17 compositions whose sum minus runs-resistance is n:
  (1)        (2)
  (1,1)      (1,3)
  (1,2)      (3,1)
  (2,1)      (1,1,1)
  (1,1,2)    (1,1,3)
  (2,1,1)    (1,2,1)
  (1,1,2,1)  (1,2,2)
  (1,2,1,1)  (2,2,1)
             (3,1,1)
             (1,1,1,2)
             (1,1,3,1)
             (1,3,1,1)
             (2,1,1,1)
             (1,1,1,2,1)
             (1,2,1,1,1)
             (1,2,1,1,2)
             (2,1,1,2,1)
		

Crossrefs