Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112831
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112831 Number of non-intersecting cycle systems in a particular directed graph. +0
3
1, 2, 5, 17, 74, 365, 1889, 9938, 52565, 278513, 1476506, 7828925, 41513921, 220137122, 1167334565, 6190107857, 32824743914, 174062236685, 923012961569, 4894530600818, 25954597551605, 137631407453873, 729828474212666 (list; graph; listen)
OFFSET

0,2

COMMENT

Define a graph with 2n vertices. Vertices 1 through n will be on the top half, vertices n+1 through 2n will be on the bottom half. For 1 <= i < j <=n, create a directed edge from vertex i to vertex j. For n+1<=i<j<=2n, create a directed edge from vertex j to vertex i. Lastly, create a directed edge from i to n+i and vice versa for 1 <= i <= n. (A graph of this general type is called a hamburger.) The value a(n) gives the number of vertex-disjoint unions of directed cycles in this graph. Also calculable as the determinant of an n X n Toeplitz matrix.

REFERENCES

C. Hanusa (2005). A Gessel-Viennot-Type Method for Cycle Systems with Applications to Aztec Pillows. PhD Thesis. University of Washington, Seattle, USA.

FORMULA

G.f.: A(x) = (1-5*x)/(9*x^2-7*x+1)

EXAMPLE

The number of non-intersecting cycle systems in the particular directed graph of order 4 is 74.

MAPLE

h:=n->transpose(ToeplitzMatrix([seq(-1, i=1..n-3), -1, -1, 2, seq(2^(i-2), i=2..n)])); B:=[1, 2, 5, seq(det(h(i)), i=3..25)];

CROSSREFS

See also A112832.

Sequence in context: A002135 A007868 A136726 this_sequence A000774 A081046 A118100

Adjacent sequences: A112828 A112829 A112830 this_sequence A112832 A112833 A112834

KEYWORD

easy,nonn

AUTHOR

Christopher Hanusa (chanusa(AT)math.binghamton.edu), Sep 21 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research