OFFSET
0,2
COMMENTS
See A365929 for more information.
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
Scott R. Shannon, Image for n = 2.
Scott R. Shannon, Image for n = 3. Note that although the number of k-gons will vary as the edge points change position the total number of regions will stay constant (at 136 for n = 3) as long as all internal vertices remain simple.
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
Conjecture: a(n) = (9*n^4 - 12*n^3 + 15*n^2 + 4)/4. [This is now a theorem - N. J. A. Sloane, Dec 31 2025]
From Elmo R. Oliveira, Apr 17 2026: (Start)
G.f.: (1 - x + 18*x^2 + 26*x^3 + 10*x^4)/(1 - x)^5.
E.g.f.: (1/4)*(4 + 12*x + 42*x^2 + 42*x^3 + 9*x^4)*exp(x).
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). (End)
MATHEMATICA
LinearRecurrence[{5, -10, 10, -5, 1}, {1, 4, 28, 136, 445}, 50] (* Paolo Xausa, Jan 02 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Scott R. Shannon, Nov 01 2023
STATUS
approved
