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-3 of 3 results.

A351495 a(1) = 1, for n > 1, a(n) is the smallest positive number that has not yet appeared that is a multiple of the smallest prime that does not divide a(n-1).

Original entry on oeis.org

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

Views

Author

Scott R. Shannon, May 03 2022

Keywords

Comments

The sequence is conjectured to be a permutation of the positive integers.
The k-th prime appears as the next term after A002110(k-1) appears.

Examples

			a(5) = 6 as a(4) = 2 = 2*2 which does not contain 3 as a prime factor, and 6 is the smallest unused number that is a multiple of 3.
a(6) = 5 as a(5) = 6 = 2*3 which does not contain 5 as a prime factor, and 5 is the smallest unused number that is a multiple of 5.
		

Crossrefs

Programs

A361825 a(1) = 1, a(2) = 2; for n > 2, a(n) is the smallest positive number that has not yet appeared that is a multiple of the smallest prime that does not divide a(n-2) + a(n-1).

Original entry on oeis.org

1, 2, 4, 5, 6, 8, 3, 10, 12, 9, 14, 16, 7, 18, 20, 15, 22, 24, 21, 26, 28, 25, 30, 32, 27, 34, 36, 33, 38, 40, 35, 42, 44, 39, 46, 48, 45, 50, 52, 55, 54, 56, 51, 58, 60, 57, 62, 64, 65, 66, 68, 63, 70, 72, 69, 74, 76, 49, 78, 80, 75, 82, 84, 81, 86, 88, 85, 90, 92, 87, 94, 96, 93, 98, 100, 95
Offset: 1

Views

Author

Scott R. Shannon, Mar 25 2023

Keywords

Comments

The sequence is conjectured to be a permutation of the positive integers, although it takes many terms for the primes to appear, e.g., a(191443) = 19.

Examples

			a(3) = 4 as a(1) + a(2) = 1 + 2 = 3 which does not contain 2 as a prime factor, and 4 is the smallest unused number that is a multiple of 2.
a(4) = 5 as a(2) + a(3) = 2 + 4 = 6 = 2*3 which does not contain 5 as a prime factor, and 5 is the smallest unused number that is a multiple of 5.
		

Crossrefs

A362015 a(1) = 1, a(2) = 2; for n > 2, a(n) is the smallest positive number that has not yet appeared that, given the list of primes that form the factors of all previous terms a(1)..a(n-1), is a multiple of the prime in that list which is a factor of the fewest previous terms. If two or more such primes exist the smallest is chosen.

Original entry on oeis.org

1, 2, 4, 6, 3, 9, 8, 12, 15, 5, 10, 20, 25, 18, 30, 35, 7, 14, 21, 28, 42, 49, 40, 56, 45, 63, 50, 70, 77, 11, 22, 33, 44, 55, 66, 88, 99, 110, 121, 84, 132, 91, 13, 26, 39, 52, 65, 78, 104, 117, 130, 143, 156, 169, 98, 154, 182, 165, 195, 176, 208, 105, 187, 17, 34, 51, 68, 85, 102, 119, 136
Offset: 1

Views

Author

Scott R. Shannon, Apr 03 2023

Keywords

Comments

After 5 million terms the lowest number not to have appeared is 16 = 2^4. In that range 2 is a factor of 2614180 terms while 3 is a factor of 1763610 terms. As these are the most and second-most common prime factors this suggest that 16, and other higher powers of 2, will never appear as that would require 2 to be the least common factor of all previous terms. This is also true for the powers of the other smaller primes.
In the first 5 million terms the only fixed point, other than the first two terms, is 4175, although it is probable that more exist.

Examples

			a(5) = 3 as the list of primes that divide all previous terms a(1)..a(4) is 2 and 3, with 2 being a factor of three terms and 3 being a factor of one term. Therefore a(5) is the lowest multiple of 3 that has not appeared, which is 3.
		

Crossrefs

Showing 1-3 of 3 results.