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!)
A174311 Value of the n-th cyclotomic polynomial at the discriminant of that polynomial. 8
0, 2, 7, 17, 246109501, 13, 22537999301860113141522943, 4294967297, 58149737003032434092905183, 242203001, 5313022609595033985218523349395070147785700752531778166637386100465086995951866123901089470951 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = C_n(A004124(n)) where A004124(n) is the discriminant of C_n(x) and C_n is the n-th cyclotomic polynomial. - Robert Israel, Jul 19 2016
EXAMPLE
C_4(x) = x^2 + 1 has discriminant -4 so a(4) = C_4(-4) = 17. - Robert Israel, Jul 19 2016
MAPLE
seq(numtheory:-cyclotomic(n, discrim(numtheory:-cyclotomic(n, x), x)), n=1..20); # Robert Israel, Jul 19 2016
MATHEMATICA
s = {}; Do[d = Discriminant[Cyclotomic[n, x], x]; AppendTo[s, Cyclotomic[n, d]], {n, 1, 20}]; s
CROSSREFS
Cf. A004124.
Sequence in context: A283957 A013062 A013092 * A220396 A217253 A268837
KEYWORD
nonn
AUTHOR
Artur Jasinski, Mar 15 2010
EXTENSIONS
Edited by Robert Israel, Jul 19 2016
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 24 07:01 EDT 2024. Contains 371920 sequences. (Running on oeis4.)