The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A215769 Number of undirected labeled graphs on n nodes with exactly 9 cycle graphs as connected components. 2
1, 45, 1155, 23265, 425139, 7606599, 138177325, 2587238940, 50238819917, 1014260971581, 21309355619799, 465938970674775, 10598414480600407, 250610854305313887, 6155065643528547592, 156866857683142545246, 4144501278635384568055, 113404466183331483985825 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,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, 9):
seq (a(n), n=9..30);
CROSSREFS
Column k=9 of A215771.
Sequence in context: A268870 A049447 A327510 * A320822 A229796 A143400
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 May 30 06:43 EDT 2024. Contains 372958 sequences. (Running on oeis4.)