OFFSET
0,3
LINKS
Robert Price, Table of n, a(n) for n = 0..100
FORMULA
a(n) = A002061(n!).
MATHEMATICA
Table[Cyclotomic[6, n!], {n, 0, 200}]
PROG
(PARI) vector(20, n, n--; polcyclo(6, n!)) \\ Michel Marcus, Aug 20 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Aug 20 2015
STATUS
approved