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!)
A215767 Number of undirected labeled graphs on n nodes with exactly 7 cycle graphs as connected components. 2
1, 28, 462, 6300, 82929, 1128204, 16187314, 245722477, 3944372432, 66863837040, 1194908786890, 22468992674310, 443708326841383, 9184432111987960, 198909290886899005, 4499373643453767540, 106128250525908452226, 2606280798870785902866, 66541442123879872392375 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,2
LINKS
MAPLE
T:= proc(n, k) option remember; `if`(k<0 or k>n, 0, `if`(n=0, 1,
add(binomial(n-1, i)*T(n-1-i, k-1)*ceil(i!/2), i=0..n-k)))
end:
a:= n-> T(n, 7):
seq (a(n), n=7..25);
CROSSREFS
Column k=7 of A215771.
Sequence in context: A022752 A000771 A327508 * A079518 A320820 A160060
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 23 2012
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)