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

A326927 Lexicographically earliest sequence of distinct positive integers such that for any n > 0, a(n+1)/a(n) = p^x * q^y where p and q are two distinct prime numbers and {abs(x), abs(y)} = {1, 2}.

Original entry on oeis.org

1, 12, 9, 2, 24, 18, 4, 3, 25, 7, 84, 48, 36, 8, 6, 27, 15, 20, 16, 28, 21, 75, 33, 44, 55, 45, 10, 98, 22, 50, 14, 63, 35, 125, 65, 52, 39, 147, 51, 68, 85, 153, 34, 242, 26, 117, 81, 99, 77, 175, 49, 5, 60, 80, 64, 112, 140, 105, 135, 30, 40, 32, 56, 42, 54
Offset: 1

Views

Author

Rémy Sigrist, Oct 22 2019

Keywords

Comments

This sequence can be seen as a variant of the knight's tour described in A316667 transposed to the space with infinite dimensions described in A309817; two positions in N^N are at knight's distance if they differ exactly by 2 units alongside some axis and by 1 unit alongside some other axis.
Unlike A316667, this sequence is infinite.

Examples

			The first terms, alongside a(n+1)/a(n), are:
  n   a(n)  a(n+1)/a(n)
  --  ----  -----------
   1     1  2^+2 * 3^+1
   2    12  2^-2 * 3^+1
   3     9  2^+1 * 3^-2
   4     2  2^+2 * 3^+1
   5    24  2^-2 * 3^+1
   6    18  2^+1 * 3^-2
   7     4  2^-2 * 3^+1
   8     3  3^-1 * 5^+2
   9    25  5^-2 * 7^+1
  10     7  2^+2 * 3^+1
		

Crossrefs

Programs

  • PARI
    See Links section.

Formula

n and A001222(a(n)) have opposite parity.
Odd-indexed terms belong to A028260, even-indexed terms belong to A026424.
Showing 1-1 of 1 results.