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.

Previous Showing 11-12 of 12 results.

A348444 If A348243(n) = i, then a(n) = 1 + number of copies of i that have already appeared in A348243.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1
Offset: 1

Views

Author

N. J. A. Sloane, Oct 21 2021

Keywords

Comments

In other words, when we see i in A348243, which i is it? The first, second, third, ...? This gives a measure of how many attempts we have to make in A307730 and A349243 before all the n instances of n have been obtained.
The first 3's appear at n = 259, 490, 585, 627, ..., the first 4's at 3161, 4230, 5989, 8207, ...
Note that A348409 gives the index of the last occurrence of each k in A307730. So until we reach A348409(k), we will not know how many attempts are needed to obtain all copies of k.

Crossrefs

A348579 Triangle T(n, k), n > 0, 0 < k <= n, read by rows; the n-th row contains, in ascending order, the numbers m such that A307730(m) = n.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 47, 48, 49, 50, 51, 7, 12, 13, 14, 15, 16, 52, 53, 54, 55, 56, 57, 58, 27, 28, 29, 30, 31, 32, 33, 34, 17, 18, 19, 20, 21, 22, 23, 24, 25, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384
Offset: 1

Views

Author

Rémy Sigrist and N. J. A. Sloane, Oct 24 2021

Keywords

Examples

			Triangle T(n, k) begins:
  n\k|   1   2   3   4   5   6   7   8   9  10
  ---+----------------------------------------
    1|   1
    2|   2   3
    3|   4   5   6
    4|   8   9  10  11
    5|  47  48  49  50  51
    6|   7  12  13  14  15  16
    7|  52  53  54  55  56  57  58
    8|  27  28  29  30  31  32  33  34
    9|  17  18  19  20  21  22  23  24  25
   10|  60  61  62  63  64  65  66  67  68  69
		

Crossrefs

Programs

  • PARI
    See Links section.

Formula

T(n, 1) = A348246(n).
T(n, n) = A348409(n).
Previous Showing 11-12 of 12 results.