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.

A361331 Smallest index of n-th prime in A361330, or -1 if it does not appear.

Original entry on oeis.org

1, 2, 5, 22, 160, 1770, 23022, 391390, 7436428
Offset: 1

Views

Author

Keywords

Comments

It appears that a(n) is growing as constant*primorial(n). - Scott R. Shannon, Mar 20 2023

Crossrefs

Cf. A002110 (primorials), A351495, A361330.

Extensions

a(7)-a(8) from Winston de Greef, Mar 18 2023
a(9) from Scott R. Shannon, Mar 20 2023

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

A361693 Index of where prime(n) first appears as a divisor of any term in A351495.

Original entry on oeis.org

2, 3, 6, 12, 19, 21, 29, 31, 39, 47, 49, 58, 65, 67, 75, 85, 93, 95, 104, 111, 113, 123, 131, 139, 150, 157, 159, 167, 169, 177, 196, 203, 213, 215, 231, 233, 242, 251, 259, 269, 277, 279, 295, 297, 305, 307, 325, 343, 351, 353, 361, 369, 371, 387, 397, 407, 415, 417, 426, 433, 435, 453, 472, 479
Offset: 1

Views

Author

Keywords

Crossrefs

Showing 1-3 of 3 results.