cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A128153 The number of regular pentagons found by constructing n equally-spaced points on each side of the pentagon and drawing lines parallel to the pentagon sides, as well as lines connecting vertices.

This page as a plain text file.
%I A128153 #24 Oct 21 2017 13:16:22
%S A128153 1,9,20,37,58,85,116,153,194,241,292,349,410
%N A128153 The number of regular pentagons found by constructing n equally-spaced points on each side of the pentagon and drawing lines parallel to the pentagon sides, as well as lines connecting vertices.
%C A128153 Similar to constructions for A002717 (dividing a triangle), A000330 (dividing a square) and sequences pending for dividing other polygons.
%C A128153 Use 1 midpoint (resp. 2 points) on each side placed to divide each side into 2 (resp. 3) equally-sized segments or so on, do the same construction for every side of the pentagon so that each side is equally divided in the same way. Connect all such points to each other with lines that are parallel to at least 1 side of the polygon. Also connect all vertices of the pentagon with lines that are parallel to at least 1 side of the pentagon.
%H A128153 Michel Marcus, <a href="/A128153/a128153.png">Figure with 1 midpoint on each side</a>
%H A128153 Noah Priluck, <a href="http://www.uccs.edu/geombina/2007.html#issue4">On Counting Regular Polygons Formed by Special Families of Parallel Lines</a>, Geombinatorics Quarterly, Vol XVII (4), 2008, pp. 166-171. (Note that there is no document to download; see A128127 for PDF file.)
%F A128153 Conjecture: a(n) = (10*n^2 + 16*n + 9 -(-1)^n)/4 for n > 0.
%F A128153 From _Chai Wah Wu_, Oct 21 2017: (Start)
%F A128153 a(n) = 2*a(n-1) - 2*a(n-3) + a(n-4) for n > 4 (conjectured).
%F A128153 G.f.: (-x^4 + x^3 - 2*x^2 - 7*x - 1)/((x - 1)^3*(x + 1)) (conjectured). (End)
%e A128153 With 0 points, there is only 1 pentagon. With 1 point (a midpoint on each side), 9 regular pentagons are found. With 2 points, 20 regular pentagons are found in total.
%K A128153 more,nonn
%O A128153 0,2
%A A128153 Noah Priluck (npriluck(AT)gmail.com), May 02 2007
%E A128153 Edited by _Michel Marcus_, Jul 10 2013
%E A128153 a(4)-a(12) from _Giovanni Resta_, Aug 20 2017