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.

A361321 Lexicographically earliest infinite sequence of distinct elements of A000469 such that, for n > 2, a(n) has a common factor with a(n-1) but not with a(n-2).

Original entry on oeis.org

1, 6, 10, 35, 21, 33, 22, 14, 91, 39, 15, 55, 77, 42, 26, 65, 85, 34, 38, 57, 51, 119, 70, 30, 69, 161, 133, 95, 110, 46, 299, 143, 66, 58, 145, 105, 78, 62, 155, 115, 138, 74, 185, 165, 87, 203, 154, 82, 123, 93, 217, 182, 86, 129, 111, 259, 238, 94, 141, 159
Offset: 1

Views

Author

Keywords

Comments

This sequence is a variant of A360519 where we only consider nonprime squarefree numbers (A000469).
Theorem: a(1) = 1, a(2) = 6; thereafter, a(n) is the smallest nonprime squarefree number m not yet in the sequence such that
(i) gcd(m, a(n-1)) > 1,
(ii) gcd(m, a(n-2)) = 1, and
(iii) m does not divide a(n-1).
Conjecture: The sequence is a permutation of A000469.

Crossrefs

Programs

  • PARI
    See Links section.