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.

A138895 Triangle read by rows: T(n,k) = A092892(n-k) for 0 <= k <= n.

Original entry on oeis.org

1, 2, 1, 4, 2, 1, 8, 4, 2, 1, 5, 8, 4, 2, 1, 3, 5, 8, 4, 2, 1, 6, 3, 5, 8, 4, 2, 1, 12, 6, 3, 5, 8, 4, 2, 1, 24, 12, 6, 3, 5, 8, 4, 2, 1, 17, 24, 12, 6, 3, 5, 8, 4, 2, 1, 11, 17, 24, 12, 6, 3, 5, 8, 4, 2, 1
Offset: 0

Views

Author

Paul Barry, Apr 02 2008

Keywords

Comments

Matrix in Toeplitz form related to the Collatz (3x + 1) algorithm.
Row sums are A138847. Antidiagonal sums are A138848.

Examples

			Triangle begins
   1;
   2,  1;
   4,  2,  1;
   8,  4,  2,  1;
   5,  8,  4,  2,  1;
   3,  5,  8,  4,  2,  1;
   6,  3,  5,  8,  4,  2,  1;
  12,  6,  3,  5,  8,  4,  2,  1;
  24, 12,  6,  3,  5,  8,  4,  2,  1;
  17, 24, 12,  6,  3,  5,  8,  4,  2,  1;
  11, 17, 24, 12,  6,  3,  5,  8,  4,  2,  1;
  ...
		

Crossrefs

Cf. A092892 (1st column), A138847, A138848.

Extensions

Edited by Georg Fischer, Jul 28 2023
Showing 1-1 of 1 results.