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.

A256286 Number of Hamiltonian cycles in a tournament on 3n vertices constructed by taking 3 copies of a transitive tournament on n vertices and placing each copy on a vertex of a directed 3-cycle, with all edges between the copies oriented in the direction of the cycle.

Original entry on oeis.org

1, 5, 181, 20381, 4940101, 2230319165, 1692864345061, 1997649164976701, 3461226344139932101, 8430034728440212411325, 27875832970537774479832741, 121651171242426267003975420221, 684351364639262056751911086836101, 4865203490721997132612204548628407485
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = Sum_{k=1..n} (S(n,k)*k!)^3/k, where S(n,k) is the Stirling number of the second kind (A048993, Stirling set numbers).

Extensions

Offset changed to 1 by Georg Fischer, Jun 20 2022