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.

A131031 Erroneous duplicate of A130452.

Original entry on oeis.org

1, 3, 1, 6, 3, 1, 12, 6, 3, 1, 24, 12, 6, 3, 1, 48, 24, 12, 6, 3, 1, 96, 48, 24, 12, 6, 3, 1, 96, 48, 24, 12, 6, 3, 1
Offset: 0

Views

Author

Gary W. Adamson, Jun 09 2007

Keywords

Comments

a(28) = 192 should have been inserted. - Georg Fischer, May 29 2023

Examples

			First few rows of the triangle:
   1;
   3,  1;
   6,  3,  1;
  12,  6,  3, 1;
  24, 12,  6, 3, 1;
  48, 24, 12, 6, 3, 1;
  ...