cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A070522 Value of n-th cyclotomic polynomial at the n-th prime.

Original entry on oeis.org

1, 4, 31, 50, 16105, 157, 25646167, 130322, 148048057, 683705, 846949229880161, 1872793, 23127577557875340733, 6177695707, 23304888110401, 62259690411362, 21930887362370823132822661921, 51520147381
Offset: 1

Views

Author

Labos Elemer, May 02 2002

Keywords

Examples

			n=5: Cyclotomic[5,x]=1+x+xx+xxx+xxxx; at x=p(5)=11 it gives a(5)=16105.
		

Crossrefs

Programs

  • Mathematica
    Table[Cyclotomic[w, Prime[w]], {w, 1, 20}]

Formula

a(n)=Cyclotomic[n, Prime[n]]