login
A070522
Value of n-th cyclotomic polynomial at the n-th prime.
2
1, 4, 31, 50, 16105, 157, 25646167, 130322, 148048057, 683705, 846949229880161, 1872793, 23127577557875340733, 6177695707, 23304888110401, 62259690411362, 21930887362370823132822661921, 51520147381
OFFSET
1,2
FORMULA
a(n)=Cyclotomic[n, Prime[n]]
EXAMPLE
n=5: Cyclotomic[5,x]=1+x+xx+xxx+xxxx; at x=p(5)=11 it gives a(5)=16105.
MATHEMATICA
Table[Cyclotomic[w, Prime[w]], {w, 1, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, May 02 2002
STATUS
approved