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.

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.

Original entry on oeis.org

2, 1, 3, 20, 756, 178200
Offset: 0

Views

Author

Jon Awbrey, Jun 17 2005, extended Aug 20 2005

Keywords

Comments

Suggested by Antti Karttunen.

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
		

Crossrefs