login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063705 Cyclotomic polynomials Phi_n at x=phi, rounded to nearest integer (where phi = tau = (sqrt(5)+1)/2). 4
2, 1, 3, 5, 4, 16, 2, 45, 8, 23, 5, 320, 5, 841, 11, 26, 48, 5776, 15, 15125, 34, 167, 76, 103680, 41, 16626, 199, 5855, 233, 1860496, 56, 4870845, 2208, 7602, 1364, 45081, 305, 87403801, 3571, 51941, 1926, 599074576, 407, 1568397605, 10946, 80321 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MAPLE
with(numtheory); Phi_at_x := (n, y) -> subs(x=y, cyclotomic(n, x)); [seq(round(evalf(simplify(Phi_at_x(j, (sqrt(5)+1)/2)))), j=0..120)];
MATHEMATICA
Join[{2}, Round[Simplify[Cyclotomic[Range[50], GoldenRatio]]]] (* Paolo Xausa, Feb 27 2024 *)
CROSSREFS
Sequence in context: A282666 A181560 A250103 * A184250 A330411 A306977
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 03 2001
EXTENSIONS
a(43) corrected by Sean A. Irvine, May 08 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)