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.

A365882 Irregular table read by rows; the first row contains a single 1; for all n > 1, row n+1 is the frequency of each term in rows 1..n.

Original entry on oeis.org

1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6, 2, 2, 8, 8, 8, 8, 8, 8, 8, 8, 6, 6, 6, 6, 6, 6, 2, 2, 10, 10, 10, 10, 10, 10, 10, 10, 12, 12, 12, 12, 12, 12, 10, 10, 8, 8, 8, 8, 8, 8, 8, 8, 12, 12, 12, 12, 12, 12, 2, 2, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 16, 16, 16, 16, 16, 16
Offset: 1

Views

Author

Neal Gersh Tolunsky, Sep 22 2023

Keywords

Examples

			Triangle begins:
      k=1  2  3  4  5  6  7  8 ...
  n=1:  1;
  n=2:  1;
  n=3:  2, 2;
  n=4:  2, 2, 2, 2;
  n=5:  2, 2, 6, 6, 6, 6, 6, 6;
  n=6:  2, 2, 8, 8, 8, 8, 8, 8, 8, 8, 6, 6, 6, 6, 6, 6;
  ...
		

Crossrefs

Cf. A327616 (ordinal transform version), A011782 (row lengths), A030717.
Showing 1-1 of 1 results.