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

A078477 Number of rational knots with n crossings and unknotting number = 1 (chiral pairs counted only once).

Original entry on oeis.org

1, 1, 1, 3, 3, 6, 7, 15, 15, 30, 31, 63, 63, 126, 127, 255, 255, 510, 511, 1023, 1023, 2046, 2047, 4095, 4095, 8190, 8191, 16383, 16383, 32766, 32767, 65535, 65535, 131070, 131071, 262143, 262143, 524286, 524287, 1048575, 1048575, 2097150, 2097151
Offset: 3

Views

Author

Ralf Stephan, Jan 03 2003

Keywords

Comments

From Alexander Adamchuk, Nov 16 2009: (Start)
For n>1 a(2n+1) = 2^(n-1) - 1 = A000225(n-1).
For n>1 a(4n) = a(4n+1) - 1 = 2^(2n-1) - 2.
For n>0 a(4n+2) = a(4n+3) = 2^(2n) - 1. (End)

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(2 x^7 + 2 x^6 - x^5 + x^3 - x^2 + x + 1) / ((x-1) (x+1) (x^2+1) (2 x^2-1)), {x, 0, 50}], x] (* Vincenzo Librandi, May 17 2013 *)
  • PARI
    Vec(x^3*(1+x-x^2+x^3-x^5+2*x^6+2*x^7)/((1-x)*(1+x)*(1+x^2)*(1-2*x^2)) + O(x^60)) \\ Colin Barker, Dec 26 2015

Formula

G.f.: x^3*(1+x-x^2+x^3-x^5+2*x^6+2*x^7) / ((1-x)*(1+x)*(1+x^2)*(1-2*x^2)).
a(n) = 2*a(n-2)+a(n-4)-2*a(n-6) for n>10. - Colin Barker, Dec 26 2015

A318050 Triangle read by rows: T(n,k) is the number of prime knots with n crossings whose unknotting numbers are k.

Original entry on oeis.org

0, 1, 0, 1, 0, 1, 1, 0, 3, 0, 3, 3, 1, 0, 9, 11, 1, 0, 17, 22, 9, 1
Offset: 3

Views

Author

Keywords

Comments

The unknotting number of a knot is the minimal number of crossing switches required to convert a knot into the unknot (0 crossing).
Row n is a partition of A002863(n).
Row 10 cannot yet be completed because the unknotting number of some knots are still unknown.

Examples

			Triangle begins:
n\k|  0   1   2   3   4
---+-------------------
3  |  0   1
4  |  0   1
5  |  0   1   1
6  |  0   3
7  |  0   3   3   1
8  |  0   9  11   1
9  |  0  17  22   9   1
		

References

  • P. R. Cromwell, Knots and Links, Cambridge University Press, 2004, pp. 151-154.

Crossrefs

A318052 Number of prime knots with n crossings whose unknotting numbers are given by their signatures.

Original entry on oeis.org

0, 0, 1, 0, 2, 1, 5, 8, 22, 51, 182, 562
Offset: 1

Views

Author

Keywords

Comments

a(n) counts the prime knots with n crossings satisfying u(K) = (1/2)*abs(sigma(K)), where u(K) denote the unknotting numbers of the knot K, and sigma(K) its signature.

Examples

			Let K denote a prime knot in Alexander-Briggs notation, and let sigma(K) and u(K) denote the signature and the unknotting number of the knot K, respectively. The following table gives some of the first prime knots with the property u(K) = (1/2)*abs(sigma(K)).
==================================================================
|    K     | 3_1 | 5_1 | 5_2 | 6_2 | 7_1 | 7_2 | 7_5 | 7_6 | 8_2 |
-----------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| sigma(K) | -2  | -4  | -2  | -2  | -6  | -2  | -4  | -2  | -4  |
-----------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
|   u(K)   |  1  |  2  |  1  |  1  |  3  |  1  |  2  |  1  |  2  |
==================================================================
		

References

  • P. R. Cromwell, Knots and Links, Cambridge University Press, 2004, pp. 151-154.

Crossrefs

Showing 1-3 of 3 results.