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.

Showing 1-1 of 1 results.

A334081 If the terms of this sequence are divided into groups, the lengths of which are the terms of this sequence, the k-th term in a group is one greater than the k-th term in the previous group with at least k terms or 1 if no such group exists.

Original entry on oeis.org

1, 2, 1, 3, 4, 2, 1, 5, 3, 2, 1, 6, 4, 7, 8, 5, 3, 2, 1, 9, 6, 4, 10, 7, 11, 12, 8, 5, 3, 2, 1, 13, 9, 6, 4, 14, 10, 7, 5, 3, 2, 1, 15, 11, 8, 6, 4, 3, 2, 1, 16, 12, 9, 7, 5, 17, 13, 10, 18, 14, 19, 20, 15, 11, 8, 6, 4, 3, 2, 1, 21, 16, 12, 9, 7, 5, 22, 17, 13, 10, 23, 18, 14, 11, 8, 6, 4, 3, 2, 1
Offset: 1

Views

Author

Samuel B. Reid, Apr 14 2020

Keywords

Examples

			--------------------
n  a(n)  n-th Group
--------------------
1  1     [1]
2  2     [2,1]
3  1     [3]
4  3     [4,2,1]
5  4     [5,3,2,1]
6  2     [6,4]
7  1     [7]
8  5     [8,5,3,2,1]
9  3     [9,6,4]
		

Crossrefs

Programs

  • Python
    # See Links section.
Showing 1-1 of 1 results.