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

A336833 Triangle read by rows, 1 <= k <= n: T(n,k) is the number of graceful labelings of the n X k grid graph.

Original entry on oeis.org

1, 2, 16, 4, 128, 5728, 4, 1416, 580728, 758857152
Offset: 1

Views

Author

Pontus von Brömssen, Aug 05 2020

Keywords

Examples

			Triangle begins:
  n\k  1    2      3          4
-------------------------------
  1:   1
  2:   2   16
  3:   4  128   5728
  4:   4 1416 580728  758857152
		

Crossrefs

First column: A006967; second column: A333719; diagonal: A337796.

Extensions

T(4,4) from Pontus von Brömssen, Nov 04 2020 (Copied from A337796.)
Showing 1-1 of 1 results.