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.

A358277 a(1) = 1, a(2) = 2; for n > 2, a(n) is the smallest positive number not occurring earlier such that a(n) is coprime to the previous Omega(a(n-1)) terms.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 11, 9, 10, 13, 12, 17, 14, 15, 19, 16, 23, 18, 25, 29, 20, 21, 31, 22, 27, 35, 26, 33, 37, 24, 41, 28, 43, 30, 47, 32, 53, 34, 39, 49, 38, 45, 59, 36, 61, 40, 67, 42, 71, 44, 65, 51, 46, 55, 57, 52, 73, 48, 79, 50, 77, 69, 58, 83, 54, 85, 89, 56, 97, 60, 101, 62, 63, 95
Offset: 1

Views

Author

Scott R. Shannon, Nov 08 2022

Keywords

Comments

Unlike A356850 all the terms are concentrated along three straight lines. In the first 100000 terms there are ten fixed points, 1, 2, 3, ..., 27, 57, and it is likely no more exist. The sequence is conjectured to be a permutation of the positive integers.

Examples

			a(4) = 4 as a(3) = 3 and Omega(3) = A001222(3) = 1, and 4 is coprime to the previous one term, namely a(3) = 3.
a(9) = 11 as a(8) = 8 and Omega(8) = A001222(8) = 3, and 11 is coprime to the previous three terms, namely 8, 7, 6.
		

Crossrefs

Programs