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.

A375605 Number of composite knots with n crossings.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 2, 1, 5
Offset: 0

Views

Author

Jens Ahlström, Aug 20 2024

Keywords

Comments

A knot is composite if and only if it can be written as the knot sum of two nontrivial knots.

Examples

			For n = 6 there are totally 5 knots out of which 3 are prime, so a(6) = 5 - 3 = 2.
		

Crossrefs

Formula

a(n) = A086825(n) - A002863(n), for all n > 0.