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.

A063703 Cyclotomic polynomials Phi_n at x=phi, floored down (where phi = tau = (sqrt(5)+1)/2).

Original entry on oeis.org

1, 0, 2, 5, 3, 16, 2, 45, 7, 23, 4, 320, 5, 841, 11, 25, 47, 5776, 14, 15125, 34, 166, 76, 103680, 41, 16626, 199, 5855, 233, 1860496, 56, 4870845, 2207, 7601, 1364, 45080, 305, 87403801, 3571, 51940, 1926, 599074576, 407, 1568397605, 10946, 80320
Offset: 0

Views

Author

Antti Karttunen, Aug 03 2001

Keywords

Crossrefs

Programs

  • Maple
    with(numtheory); Phi_at_x := (n,y) -> subs(x=y,cyclotomic(n,x)); [seq(floor(evalf(simplify(Phi_at_x(j,(sqrt(5)+1)/2)))),j=0..120)];
  • Mathematica
    Floor[Simplify[Cyclotomic[Range[0, 50],GoldenRatio]]] (* Paolo Xausa, Feb 27 2024 *)

Extensions

a(43) corrected by Sean A. Irvine, May 08 2023