A266398 Number of orbits of Aut(Z^7) as function of the infinity norm n of the representative lattice point of the orbit, when the cardinality of the orbit is equal to 13440.
0, 0, 12, 37, 76, 130, 200, 287, 392, 516, 660, 825, 1012, 1222, 1456, 1715, 2000, 2312, 2652, 3021, 3420, 3850, 4312, 4807, 5336, 5900, 6500, 7137, 7812, 8526, 9280, 10075, 10912, 11792, 12716, 13685, 14700, 15762, 16872, 18031, 19240, 20500, 21812, 23177
Offset: 1
Links
- Colin Barker, Table of n, a(n) for n = 1..1000
- Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
Crossrefs
Programs
-
PARI
concat(vector(2), Vec(x^3*(12-11*x)/(1-x)^4 + O(x^50))) \\ Colin Barker, May 05 2016
Formula
From Colin Barker, Dec 29 2015: (Start)
a(n) = (n^3+30*n^2-97*n+66)/6.
a(n) = 4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4) for n>4.
G.f.: x^3*(12-11*x) / (1-x)^4.
(End)