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!)
A339847 The number of labeled 6-regular graphs on n nodes. 3
1, 0, 0, 0, 0, 0, 0, 1, 105, 30016, 11180820, 5188453830, 2977635137862, 2099132870973600, 1803595358964773088, 1872726690127181663775, 2329676580698022197516875, 3443086402825299720403673760, 5997229769947050271535917422040, 12218901113752712984458458475480428 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
Atabey Kaygun, Table of n, a(n) for n = 0..40 (terms 0..36 from Andrew Howroyd)
Atabey Kaygun, Enumerating Labeled Graphs that Realize a Fixed Degree Sequence, arXiv:2101.02299 [math.CO], 2021.
PROG
(PARI) \\ Needs GraphsByDegreeSeq from links in A295193.
a(n)={my(M=GraphsByDegreeSeq(n, 6, (p, r)->6-valuation(p, x) <= r)); if(n>=7, vecsum(M[, 2]), n==0)} \\ Andrew Howroyd, Dec 26 2020
CROSSREFS
Column k=6 of A059441.
Cf. A165627 (unlabeled case), A295193.
Sequence in context: A111647 A368513 A295463 * A145621 A167779 A275461
KEYWORD
nonn
AUTHOR
Atabey Kaygun, Dec 21 2020
EXTENSIONS
Terms a(14) and beyond from Andrew Howroyd, Dec 26 2020
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 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)