A108353 For each nonnegative integer n, a(n) is the smallest positive integer j whose primal code characteristic is n, that is, the smallest j such that A108352(j) = n.
2, 1, 3, 20, 756, 178200
Offset: 0
Keywords
Examples
Writing (prime(i))^j as i:j, we have the following table: Primal Functions and Functional Digraphs for a(0) to a(5) ` ` ` 2 = 1:1 ` ` ` ` ` ` || 1 -> 1 (infinite loop) ` ` ` 1 = { } ` ` ` ` ` ` || 1 ` ` ` 3 = 2:1 ` ` ` ` ` ` || 2 -> 1 ` ` `20 = 1:2 3:1 ` ` ` ` || 3 -> 1 -> 2 ` ` 756 = 1:2 2:3 4:1 ` ` || 4 -> 1 -> 2 -> 3 `178200 = 1:3 2:4 3:2 5:1 || 5 -> 1 -> 3 -> 2 -> 4
Links
- J. Awbrey, Riffs and Rotes
Comments