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.

A359979 Irregular table T(n,k), n >= 0 and k >= 0, read by rows with T(n + 3*k,k) = A008619(n).

Original entry on oeis.org

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

Views

Author

Philippe Deléham, Jan 20 2023

Keywords

Comments

A008620(n) is the length of the n-th row.

Examples

			Table: n >= 0, k >= 0.
  1;
  1;
  2;
  2, 1;
  3, 1;
  3, 2;
  4, 2, 1;
  4, 3, 1;
  5, 3, 2;
  5, 4, 2, 1;
  6, 4, 3, 1;
  6, 5, 3, 2;
  7, 5, 4, 2, 1;
  7, 6, 4, 3, 1;
  8, 6, 5, 3, 2;
  8, 7, 5, 4, 2, 1;
  9, 7, 6, 4, 3, 1;
  9, 8, 6, 5, 3, 2;
  ....
		

Crossrefs

Formula

Sum_{k >= 0} T(n,k) = A001399(n).