OFFSET
0,3
REFERENCES
R. W. Carter, Simple Groups of Lie Type, Wiley 1972, Chap. 14.
J. H. Conway, R. T. Curtis, S. P. Norton, R. A. Parker and R. A. Wilson, ATLAS of Finite Groups. Oxford Univ. Press, 1985 [for best online version see https://oeis.org/wiki/Welcome#Links_to_Other_Sites], p. xvi.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (29, -406, 3654, -23751, 118755, -475020, 1560780, -4292145, 10015005, -20030010, 34597290, -51895935, 67863915, -77558760, 77558760, -67863915, 51895935, -34597290, 20030010, -10015005, 4292145, -1560780, 475020, -118755, 23751, -3654, 406, -29, 1).
MATHEMATICA
Table[n^12(n^8+n^4+1)(n^6-1)(n^2-1), {n, 0, 20}] (* Harvey P. Dale, Sep 15 2011 *)
PROG
(Magma) [n^12*(n^8+n^4+1)*(n^6-1)*(n^2-1) :n in [0..15]]; // Sep 15 2011
(Python)
def A037253(n): return (m:=n**2)**6*(m*(m*(m*(m*(m*(m*(m*(m-1)+1)-2)+2)-2)+1)-1)+1) # Chai Wah Wu, Aug 20 2024
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved