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!)
A211381 Number of pairs of intersecting diagonals in the exterior of a regular n-gon. 0
0, 0, 0, 0, 7, 24, 63, 130, 242, 408, 650, 980, 1425, 2000, 2737, 3654, 4788, 6160, 7812, 9768, 12075, 14760, 17875, 21450, 25542, 30184, 35438, 41340, 47957, 55328, 63525, 72590, 82600, 93600, 105672, 118864, 133263, 148920, 165927, 184338, 204250, 225720 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,5
LINKS
Eric Weisstein's World of Mathematics, Regular Polygon Division by Diagonals.
FORMULA
a(n) = 1/24*n*(n-4)*(n-6)*(2*n-7) for n even.
a(n) = 1/24*n*(n-3)*(n-5)*(2*n-11) for n odd.
a(n) = A211380(n) - A000332(n).
G.f.: x^7*(2*x^2-3*x-7) / ((x-1)^5*(x+1)^2). [Colin Barker, Feb 14 2013]
MAPLE
a:= n-> `if`(n mod 2 = 0, 1/24*n*(n-4)*(n-6)*(2*n-7), 1/24*n*(n-3)*(n-5)*(2*n-11)): seq (a(n), n=3..40);
CROSSREFS
Sequence in context: A114291 A211382 A217746 * A339254 A305676 A101903
KEYWORD
nonn,easy
AUTHOR
Martin Renner, Feb 07 2013
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)