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.

A103320 Condensed Golomb sequence: digits according to Golomb's sequence, same digits concatenated.

Original entry on oeis.org

1, 22, 33, 444, 555, 6666, 7777, 8888, 99999
Offset: 1

Views

Author

Alexandre Wajnberg, Apr 02 2005

Keywords

Comments

a(4) = 444 because Golomb's sequence has three terms a(n)=4. As the sequence handles with digits, next term a(10)=1010101010 adds 5 digits "1", which is excluded because < a(1)=1 > states there is only one digit "1". Therefore a(10) and next terms are impossible and the sequence is finite.

Crossrefs

Cf. A001462.