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!)
A368761 Number of labeled split graphs on n vertices such that {1..k} is independent and {k+1..n} is a clique for some k in {0..n}. 0
1, 2, 6, 24, 128, 928, 9280, 129152, 2515200, 68780544, 2647000064, 143580989440, 10988411686912, 1187350176604160, 181232621966082048, 39089521693818912768, 11916533065969825808384, 5135497592471003032846336, 3128995097443083790244380672, 26956139043, 12277811648715554816 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also the number of sign mappings X:([n] choose 2) -> {+,-} such that for any ordered 3-tuple abc we have X(ab)X(ac)X(bc) not in {++-,+--}.
LINKS
FORMULA
a(n) = 1 + Sum_{k=1..n-1} (2^k-1)*2^((n-1-k)*k).
PROG
(Python) def f(n): return 1+sum((2**k-1)*2**((n-1-k)*k) for k in range(1, n))
CROSSREFS
Cf. A048194.
Sequence in context: A201158 A356634 A191343 * A052862 A277211 A370017
KEYWORD
nonn
AUTHOR
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 3 08:32 EDT 2024. Contains 372207 sequences. (Running on oeis4.)