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.

A074922 Number of ways of arranging n chords on a circle (handshakes between 2n people across a table) with exactly 2 simple intersections.

Original entry on oeis.org

0, 0, 0, 3, 28, 180, 990, 5005, 24024, 111384, 503880, 2238390, 9806280, 42493880, 182530530, 778439025, 3300049200, 13919756400, 58462976880, 244639718730, 1020422356200, 4244365452600, 17610393500700, 72907029092898
Offset: 0

Views

Author

Henry Bottomley, Oct 06 2002

Keywords

Examples

			a(3)=3 since the only possibility is to have one of the three chords intersected by the other two.
		

Crossrefs

Programs

  • Mathematica
    Table[Binomial[2n,n-2] (n-2)/2,{n,0,30}] (* Harvey P. Dale, Nov 04 2011 *)

Formula

a(n) = C(2n, n-2)*(n-2)/2 = A002694(n)*(n-2)/2 = A067310(n, 2) = Sum_{0<=j