login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A297487 Number of maximal matchings in the complete tripartite graph K_n,n,n. 2
3, 14, 342, 5256, 252360, 7950960, 582346800, 30400755840, 3055726477440, 234650484230400, 30479146156166400, 3193083216360576000, 515174657767010841600, 69927761804930559129600, 13622234004598726450944000, 2307722078006148475736064000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Complete Tripartite Graph
Eric Weisstein's World of Mathematics, Matching
Eric Weisstein's World of Mathematics, Maximal Independent Edge Set
MATHEMATICA
Table[3 n! HypergeometricPFQ[{(1 - n)/2, -n, -n/2}, {1}, -4] - If[Mod[n, 2] == 0, 2 (n!/(n/2)!)^3, 0], {n, 20}]
PROG
(PARI) a(n)={if(n%2==0, binomial(n, n/2)*(n/2)!, 0)^3 + sum(k=0, (n-1)\2, 3*binomial(n, k)^2*binomial(n, 2*k)*binomial(2*k, k)*k!^2*(n-k)!)} \\ Andrew Howroyd, Dec 30 2017
CROSSREFS
Cf. A293075.
Sequence in context: A144985 A168590 A309028 * A297484 A289878 A081397
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Dec 30 2017
EXTENSIONS
Terms a(6) and beyond from Andrew Howroyd, Dec 30 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)