OFFSET
1,1
FORMULA
a(n) = Cyclotomic[Prime[n], n]
EXAMPLE
n=3: Cyclotomic[prime(3),x]=C[5,3]=[1+x+xx+xxx+xxxx,at x=3]; it is 1+3+9+27+81=121=a(3).
MATHEMATICA
Table[Cyclotomic[Prime[w], w], {w, 1, 25}]
PROG
(PARI) a(n) = polcyclo(prime(n), n); \\ Michel Marcus, Aug 29 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, May 02 2002
EXTENSIONS
More terms from Michel Marcus, Aug 29 2019
STATUS
approved