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!)
A364370 Number of chordless cycles (of length > 3) in the complement of the n-hypercube graph. 0
0, 0, 0, 6, 160, 1720, 13056, 82656, 470016, 2496384, 12666880, 62250496, 298868736, 1409660928, 6556483584, 30148976640, 137316794368, 620328091648, 2782435737600, 12402204475392, 54971691171840, 242433274675200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
Eric Weisstein's World of Mathematics, Chordless Cycle
Eric Weisstein's World of Mathematics, Hypercube Graph
FORMULA
a(n) = 2^(n - 2)*n*Sum_{j=0..n-3} Sum_{k=3..n-j} 4*((k + 2)*2^(k - 5) - 1). - Detlef Meya, Jun 23 2024
MATHEMATICA
a[n_] := 2^(n - 2)*n*Sum[Sum[4*((k + 2)*2^(k - 5) - 1), {k, 3, n-j}], {j, 0, n-3}]; Table[a[n], {n, 0, 21}] (* Detlef Meya, Jun 23 2024 *)
CROSSREFS
Cf. A361149.
Sequence in context: A324231 A283728 A030449 * A120277 A241453 A193370
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jul 20 2023
EXTENSIONS
a(10) from Pontus von Brömssen, Jul 28 2023
a(11) and beyond from Detlef Meya, Jun 23 2024
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 August 30 13:06 EDT 2024. Contains 375543 sequences. (Running on oeis4.)