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.

A331016 Lexicographically earliest sequence of distinct positive terms that can be viewed as an irregular table where the n-th row has max(1, A001221(a(n))) terms and for n > 1, T(n, k) is a multiple of the k-th prime factor of a(n) (=A027748(a(n), k)).

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 9, 12, 8, 15, 10, 18, 20, 14, 25, 16, 21, 22, 30, 24, 7, 35, 26, 27, 28, 32, 11, 34, 33, 40, 36, 39, 42, 45, 49, 38, 13, 48, 44, 56, 46, 55, 50, 17, 51, 66, 52, 60, 54, 57, 63, 65, 58, 69, 70, 72, 75, 77, 62, 19, 78, 64, 81, 68, 88, 74, 84
Offset: 1

Views

Author

Rémy Sigrist, Jan 06 2020

Keywords

Comments

This sequence is a permutation of the natural numbers:
- beyond the sixth row, every even number gives rise to another even number,
- so eventually every even number appears in the sequence,
- for any odd prime number p we will have infinitely many multiples of 2*p,
- giving rise to infinitely many multiples of p,
- and eventually every number will appear.

Examples

			The first terms and rows are:
  n   a(n)  row(n)
  --  ----  ------------
   1     1  [1]
   2     2  [2]
   3     3  [3]
   4     4  [4]
   5     5  [5]
   6     6  [6, 9]
   7     9  [12]
   8    12  [8, 15]
   9     8  [10]
  10    15  [18, 20]
  11    10  [14, 25]
		

Crossrefs

See A331010 for similar sequences.

Programs

  • PARI
    See Links section.