login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060423 Number of obtuse triangles made from vertices of a regular n-gon. 1
0, 0, 0, 0, 0, 5, 6, 21, 24, 54, 60, 110, 120, 195, 210, 315, 336, 476, 504, 684, 720, 945, 990, 1265, 1320, 1650, 1716, 2106, 2184, 2639, 2730, 3255, 3360, 3960, 4080, 4760, 4896, 5661, 5814, 6669, 6840, 7790, 7980, 9030, 9240, 10395, 10626 (list; graph; refs; listen; history; internal format)
OFFSET

0,6

FORMULA

n(n-1)(n-3)/8 when n odd; n(n-2)(n-4)/8 when n even

G.f.: x^5(x+5)/((1-x)(1-x^2)^3). - Michael Somos, Jan 30 2004

For n odd, a(n) = A080838(n). [From Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Sep 14 2008]

PROG

(PARI) a(n)=polcoeff(x^5*(5+x)/(1-x)/(1-x^2)^3+x*O(x^n), n)

CROSSREFS

Cf. A007290, A046092, A000330.

Sequence in context: A133608 A072577 A057520 * A037951 A095308 A132796

Adjacent sequences:  A060420 A060421 A060422 * A060424 A060425 A060426

KEYWORD

easy,nice,nonn

AUTHOR

Sen-Peng You (giawgwan(AT)single.url.com.tw), Apr 05 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.