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!)
A322555 Number of labeled simple graphs on n vertices where all non-isolated vertices have the same degree. 1
1, 1, 2, 5, 18, 69, 390, 2703, 59474, 1548349, 168926258, 12165065351, 7074423247562, 2294426405580191, 4218009215702391954, 3810376434461484994317, 35102248193591661086921250, 156873334244228518638713087133, 4144940994226400702145709978234154 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Such graphs may be said to have regular support.
LINKS
FORMULA
a(n) = 1 + Sum_{k=1..n} binomial(n, k)*(A295193(k) - 1). - Andrew Howroyd, Dec 17 2018
EXAMPLE
The a(4) = 18 edge sets:
{}
{{1,2}}
{{1,3}}
{{1,4}}
{{2,3}}
{{2,4}}
{{3,4}}
{{1,2},{3,4}}
{{1,3},{2,4}}
{{1,4},{2,3}}
{{1,2},{1,3},{2,3}}
{{1,2},{1,4},{2,4}}
{{1,3},{1,4},{3,4}}
{{2,3},{2,4},{3,4}}
{{1,2},{1,3},{2,4},{3,4}}
{{1,2},{1,4},{2,3},{3,4}}
{{1,3},{1,4},{2,3},{2,4}}
{{1,2},{1,3},{1,4},{2,3},{2,4},{3,4}}
MATHEMATICA
Table[Length[Select[Subsets[Subsets[Range[n], {2}]], SameQ@@Length/@Split[Sort[Join@@#]]&]], {n, 6}]
CROSSREFS
Sequence in context: A363061 A288910 A249062 * A118814 A345878 A014271
KEYWORD
nonn
AUTHOR
Gus Wiseman, Dec 15 2018
EXTENSIONS
a(8)-a(15) from Andrew Howroyd, Dec 17 2018
a(16)-a(18) from Andrew Howroyd, May 21 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 April 23 11:13 EDT 2024. Contains 371905 sequences. (Running on oeis4.)