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-2 of 2 results.

A277903 a(n) = the least k such that A000123(k) >= n.

Original entry on oeis.org

0, 1, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12
Offset: 1

Views

Author

Antti Karttunen, Nov 14 2016

Keywords

Comments

Greatest monotonic left inverse of A000123.
Each n occurs A018819(n) times.

Crossrefs

Programs

Formula

a(n) = A048675(A277905(n)).
a(A000123(n)) = n.

A278164 Irregular triangle read by rows: row n (n >= 0) is obtained by listing numbers 0 .. A000123(n)-1.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Nov 15 2016

Keywords

Examples

			A000123 -> range -> terms on row n
   1       [0,0]:    0;
   2       [0,1]:    0, 1;
   4       [0,3]:    0, 1, 2, 3;
   6       [0,5]:    0, 1, 2, 3, 4, 5;
  10       [0,9]:    0, 1, 2, 3, 4, 5, 6, 7, 8, 9;
etc.
		

Crossrefs

Obtained by taking the every second row of similar table A277904.

Programs

Formula

a(1) = 0; for n > 1, a(n) = n - A131205(A278163(n)) - 1.
Showing 1-2 of 2 results.