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.

A081688 0 followed by A030124 - 1.

Original entry on oeis.org

0, 1, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77
Offset: 0

Views

Author

N. J. A. Sloane, Apr 02 2003

Keywords

Comments

From P-positions in a certain game.
The rule "monotonically increasing sequence where the size of each run of consecutive integers is given by the sequence itself" produces this sequence without the initial 0. - Eric Angelini, Aug 19 2008

Crossrefs

Formula

Let a(n) = this sequence, b(n) = A081689. Then a(n) = mex{ a(i), b(i) : 0 <= i < n}, b(n) = b(n-1) + a(n) + 1. Apart from initial zero, complement of A081689.