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.

A203411 Discriminant of the cyclotomic binomial period polynomial for an odd prime.

Original entry on oeis.org

1, 5, 49, 14641, 371293, 410338673, 16983563041, 41426511213649, 10260628712958602189, 756943935220796320321, 456487940826035155404146917, 4394336169668803158610484050361, 467056167777397914441056671494001, 6111571184724799803076702357055363809
Offset: 2

Views

Author

Franz Vrabec, Jan 01 2012

Keywords

Examples

			a(5) = 11^4 = 14641, because prime(5) = 11.
		

Crossrefs

Cf. A152291.

Programs

  • Mathematica
    #^((#-3)/2)&/@Prime[Range[2,20]] (* Harvey P. Dale, Aug 11 2023 *)
  • PARI
    a(n) = prime(n)^((prime(n)-3)/2); \\ Michel Marcus, Apr 15 2017

Formula

a(n) = prime(n)^((prime(n)-3)/2).

Extensions

More terms from Franklin T. Adams-Watters, Jan 24 2012