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!)
A063708 Cyclotomic polynomials Phi_n at x=phi divided by sqrt(5) and ceiled up (where phi = tau = (sqrt(5)+1)/2). 5
1, 1, 2, 3, 2, 8, 1, 21, 4, 11, 3, 144, 3, 377, 6, 12, 22, 2584, 7, 6765, 16, 75, 35, 46368, 19, 7436, 90, 2619, 105, 832040, 26, 2178309, 988, 3400, 611, 20161, 137, 39088169, 1598, 23229, 862, 267914296, 183, 701408733, 4896, 35921, 10947, 4807526976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
with(numtheory); Phi_at_x := (n, y) -> subs(x=y, cyclotomic(n, x)); [seq(ceil(evalf(simplify(Phi_at_x(j, (sqrt(5)+1)/2))/(sqrt(5)))), j=0..120)];
MATHEMATICA
Ceiling[Simplify[Cyclotomic[Range[0, 50], GoldenRatio]]/Sqrt[5]] (* Paolo Xausa, Feb 27 2024 *)
CROSSREFS
Sequence in context: A008317 A139011 A338770 * A096488 A011280 A136193
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 03 2001
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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)