[go: up one dir, main page]

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!)
Revision History for A215766 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A215766 Number of undirected labeled graphs on n nodes with exactly 6 cycle graphs as connected components.
(history; published version)
#4 by N. J. A. Sloane at Thu Aug 23 21:06:27 EDT 2012
STATUS

proposed

approved

#3 by Alois P. Heinz at Thu Aug 23 19:55:10 EDT 2012
STATUS

editing

proposed

#2 by Alois P. Heinz at Thu Aug 23 19:24:06 EDT 2012
NAME

allocated for Alois P. Heinz

Number of undirected labeled graphs on n nodes with exactly 6 cycle graphs as connected components.

DATA

1, 21, 266, 2898, 31899, 375375, 4754200, 64566645, 936889954, 14477748285, 237514188730, 4124517063940, 75606129579493, 1459266319935423, 29585813267243475, 628724462015327265, 13976353234658809071, 324398325664769299713, 7848176443746842027187

OFFSET

6,2

LINKS

Alois P. Heinz, <a href="/A215766/b215766.txt">Table of n, a(n) for n = 6..170</a>

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, 6):

seq (a(n), n=6..25);

CROSSREFS

Column k=6 of A215771.

KEYWORD

allocated

nonn

AUTHOR

Alois P. Heinz, Aug 23 2012

STATUS

approved

editing

#1 by Alois P. Heinz at Thu Aug 23 10:23:16 EDT 2012
NAME

allocated for Alois P. Heinz

KEYWORD

allocated

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 September 1 17:27 EDT 2024. Contains 375592 sequences. (Running on oeis4.)