login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A063703
Cyclotomic polynomials Phi_n at x=phi, floored down (where phi = tau = (sqrt(5)+1)/2).
4
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,3
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 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 03 2001
EXTENSIONS
a(43) corrected by Sean A. Irvine, May 08 2023
STATUS
approved