OFFSET
1,1
COMMENTS
Theorem: a(n) counts grid pairs invariant under rotation and reflection with maximal absolute coordinate value n.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Ed Pegg Jr, Postings to SeqFan Mailing List, Two grid points with max n, starting May 11 2025.
Ed Pegg Jr, Math StackExchange, Distinct point pair dihedral invariants on a grid, May 13 2025.
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
From Stefano Spezia, May 15 2025: (Start)
G.f.: x*(8 + 9*x + 6*x^2 + x^3)/(1 - x)^4.
E.g.f.: 1 + exp(x)*(4*x^3 + 12*x^2 + 9*x - 1). (End)
EXAMPLE
There are 8 invariant pairs of points with maximal absolute coordinate value 1: {{{0,0},{1,0}}, {{0,-1},{0,1}}, {{0,0},{1,1}}, {{0,1},{1,0}}, {{0,1},{1,-1}}, {{1,0},{1,1}}, {{-1,1},{1,-1}}, {{1,-1},{1,1}}}.
MATHEMATICA
LinearRecurrence[{4, -6, 4, -1}, {8, 41, 122, 275}, 50] (* Paolo Xausa, Jun 30 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ed Pegg Jr, May 12 2025
STATUS
approved
