login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

a(n) = A062361(n)/n.
2

%I #16 Sep 11 2019 15:49:58

%S 1,2,3,5,7,10,12,16,23,29,34,39,53,62,78,87,110,108,136,163,184,200,

%T 242,251,297,318,389,371,449,480,547,563,679,676,759,794,900,958,1079,

%U 1093,1225,1261,1353,1398,1602,1613,1730,1794,1953,2055,2253,2244,2450

%N a(n) = A062361(n)/n.

%D B. Poonen and M. Rubinstein, Number of Intersection Points Made by the Diagonals of a Regular Polygon, SIAM J. Discrete Mathematics, Vol. 11, pp. 135-156.

%H Jean-François Alcover, <a href="/A067162/b067162.txt">Table of n, a(n) for n = 4..100</a>

%H Sascha Kurz, <a href="http://www.mathe2.uni-bayreuth.de/sascha/oeis/drawing/drawing.html">m-gons in regular n-gons</a>

%H B. Poonen and M. Rubinstein, <a href="http://math.mit.edu/~poonen/">The number of intersection points made by the diagonals of a regular polygon</a>, SIAM J. on Discrete Mathematics, Vol. 11, No. 1, 135-156 (1998).

%H <a href="/index/Pol#Poonen">Sequences formed by drawing all diagonals in regular polygon</a>

%t A062361 = Import["https://oeis.org/A062361/b062361.txt", "Table"][[All, 2]];

%t a[n_] := A062361[[n - 2]]/n;

%t a /@ Range[4, 100] (* _Jean-François Alcover_, Sep 11 2019 *)

%Y Cf. A062361.

%K easy,nonn

%O 4,2

%A _Sascha Kurz_, Jan 06 2002