login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070968 Number of cycles in the bipartite graph K(n,n). 1
0, 1, 15, 204, 3940, 113865, 4662231, 256485040, 18226108944, 1623855701385, 177195820499335, 23237493232953516, 3605437233380095620, 653193551573628900289, 136634950180317224866335 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

a(n) = sum k=2..n C(n, k)^2 * k! * (k-1)! / 2.

MATHEMATICA

Table[ Sum[ Binomial[n, k]^2*k!*(k - 1)!, {k, 2, n}]/2, {n, 1, 17}]

PROG

(PARI) for(n=1, 50, print1(sum(k=2, n, binomial(n, k)^2 * k! * (k-1)!/2), ", "))

CROSSREFS

Cf. A002807, A068087.

Sequence in context: A002007 A178507 A012566 * A075280 A093747 A061637

Adjacent sequences:  A070965 A070966 A070967 * A070969 A070970 A070971

KEYWORD

nonn

AUTHOR

Sharon Sela (sharonsela(AT)hotmail.com), May 17 2002

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr) and Robert G. Wilson v (rgwv(AT)rgwv.com), May 20 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:32 EST 2012. Contains 205816 sequences.