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

A306779 Table read by rows: T(n,k) is the length of the longest non-intersecting loop starting at (0,0) on the n X k torus consisting of steps up and to the right, 1 <= k <= n.

Original entry on oeis.org

1, 2, 4, 3, 5, 9, 4, 8, 11, 16, 5, 9, 14, 19, 25, 6, 12, 18, 24, 29, 36, 7, 13, 19, 27, 33, 41
Offset: 1

Views

Author

Peter Kagey, Mar 09 2019

Keywords

Comments

Conjecture: T(n,k) = n*k if and only if k = 1 or gcd(n,k) > 1.

Examples

			Table begins:
  1;
  2,  4;
  3,  5,  9;
  4,  8, 11, 16;
  5,  9, 14, 19, 25;
  6, 12, 18, 24, 29, 36;
		

Crossrefs

Cf. A324604.

A324603 Number of non-intersecting loops starting at (0,0) on the n X n torus consisting of steps up and to the right.

Original entry on oeis.org

2, 4, 22, 258, 3528, 87830, 8295536
Offset: 1

Views

Author

Peter Kagey, Mar 09 2019

Keywords

Examples

			On the 2 X 2 torus, the 4 walks are:
  [(0,0),(1,0),(0,0)]
  [(0,0),(0,1),(0,0)]
  [(0,0),(0,1),(1,1),(1,0),(0,0)]
  [(0,0),(1,0),(1,1),(0,1),(0,0)]
On the 3 X 3 torus, the 22 walks are all equivalent to the following eleven walks by switching coordinates:
  [(0,0),(0,1),(0,2),(0,0)]
  [(0,0),(0,1),(1,1),(2,1),(2,2),(0,2),(0,0)]
  [(0,0),(0,1),(1,1),(2,1),(2,2),(2,0),(0,0)]
  [(0,0),(0,1),(1,1),(1,2),(2,2),(0,2),(0,0)]
  [(0,0),(0,1),(1,1),(1,2),(2,2),(2,0),(0,0)]
  [(0,0),(0,1),(1,1),(1,2),(1,0),(2,0),(0,0)]
  [(0,0),(0,1),(0,2),(1,2),(2,2),(2,0),(0,0)]
  [(0,0),(0,1),(0,2),(1,2),(1,0),(2,0),(0,0)]
  [(0,0),(0,1),(1,1),(2,1),(2,2),(0,2),(1,2),(1,0),(2,0),(0,0)]
  [(0,0),(0,1),(1,1),(1,2),(1,0),(2,0),(2,1),(2,2),(0,2),(0,0)]
  [(0,0),(0,1),(0,2),(1,2),(1,0),(1,1),(2,1),(2,2),(2,0),(0,0)]
		

Crossrefs

Showing 1-2 of 2 results.