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.

A261471 Cyclotomic polynomial value Phi(6,n!).

Original entry on oeis.org

1, 1, 3, 31, 553, 14281, 517681, 25396561, 1625662081, 131681531521, 13168185811201, 1593350882323201, 229442532323558401, 38775788037405619201, 7600054456464819148801, 1710012252722891749632001, 437763136697374129754112001, 126513546505546814497787904001
Offset: 0

Views

Author

Robert Price, Aug 20 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Cyclotomic[6, n!], {n, 0, 200}]
  • PARI
    vector(20, n, n--; polcyclo(6, n!)) \\ Michel Marcus, Aug 20 2015

Formula

a(n) = A002061(n!).