login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A308606
Number of (not necessarily maximal) cliques in the n-transposition graph.
1
2, 4, 16, 97, 721, 6121, 57961, 604801, 6894721, 85276801, 1137628801, 16286054401, 249080832001, 4053790540801, 69960578688001, 1276290183168001, 24542432538624001, 496183962193920001, 10522301185363968001, 233558592784957440001, 5415639870201200640001, 130946084786091294720001
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Clique
Eric Weisstein's World of Mathematics, Transposition Graph
FORMULA
a(n) = 1 + (n^2 - n + 4)*n!/4. - Robert Israel, Jun 12 2019
MAPLE
seq(1 + (n^2 - n + 4)*n!/4, n=1..30); # Robert Israel, Jun 12 2019
CROSSREFS
Sequence in context: A009838 A088335 A066318 * A066952 A281964 A297009
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jun 10 2019
EXTENSIONS
More terms from Robert Israel, Jun 12 2019
STATUS
approved