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!)
A063706 Cyclotomic polynomials Phi_n at x=phi, divided by sqrt(5) and rounded to nearest integer (where phi = tau = (sqrt(5)+1)/2). 5
1, 0, 1, 2, 2, 7, 1, 20, 4, 10, 2, 143, 2, 376, 5, 12, 21, 2583, 7, 6764, 15, 75, 34, 46367, 18, 7435, 89, 2618, 104, 832039, 25, 2178308, 987, 3400, 610, 20161, 136, 39088168, 1597, 23229, 861, 267914295, 182, 701408732, 4895, 35921, 10946, 4807526975 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
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))/(sqrt(5)))), j=0..120)];
MATHEMATICA
Join[{1}, Round[Simplify[Cyclotomic[Range[50], GoldenRatio]]/Sqrt[5]]] (* Paolo Xausa, Feb 27 2024 *)
CROSSREFS
Sequence in context: A362029 A324085 A340180 * A110779 A121708 A286370
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 03 2001
EXTENSIONS
a(43) and a(47) 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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)