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!)
A280611 Number of degree n products of distinct cyclotomic polynomials. 7

%I #21 Sep 02 2021 17:28:13

%S 1,2,4,6,10,14,24,34,52,70,102,134,194,254,352,450,610,770,1036,1302,

%T 1716,2130,2770,3410,4406,5402,6892,8382,10600,12818,16120,19422,

%U 24216,29010,35932,42854,52832,62810,76944,91078,111008,130938

%N Number of degree n products of distinct cyclotomic polynomials.

%C a(n) is also the number monic integer polynomials of degree n all of whose roots are distinct and of modulus 1. This follows from a classical result of Kronecker -- see link.

%H Vaclav Kotesovec, <a href="/A280611/b280611.txt">Table of n, a(n) for n = 0..10000</a>

%H L. Kronecker, <a href="http://gdz.sub.uni-goettingen.de/dms/load/img/?PID=GDZPPN002149613">Zwei Sätze über Gleichungen mit ganzzahligen Coefficienten</a>, J. Reine Angew. Math. 53 (1857), 173-175.

%F G.f.: Product_{i>=1} (1 + x^phi(i)) = Product_{j>=1} (1 + x^j)^A014197(j), where phi(i)=A000010(i) is Euler's totient function.

%F It is also the Euler transform of A280712.

%F a(n) ~ exp(sqrt(105*zeta(3)*n/2)/Pi) * (105*zeta(3)/2)^(1/4) / (4*Pi*n^(3/4)). - _Vaclav Kotesovec_, Sep 02 2021

%e a(3) = 6 because there are six degree-3 products of distinct cyclotomic polynomials, namely (z-1)(z^2+z+1), (z-1)(z^2+1), (z-1)(z^2-z+1), (z+1)(z^2+z+1), (z+1)(z^2+1) and (z+1)(z^2-z+1).

%t Table[SeriesCoefficient[Product[(1 + x^EulerPhi@ i), {i, n E^2}], {x, 0, n}], {n, 0, 92}] (* _Michael De Vlieger_, Jan 10 2017 *)

%Y Cf. A280709 (variant where z, as well as cyclotomic polynomials, is allowed in the product), A120963 (variant where repeated roots are allowed), A051894 (variant where both z and repeated roots are allowed), A280712 (Inverse Euler transform of sequence).

%K easy,nonn

%O 0,2

%A _Christopher J. Smyth_, Jan 06 2017

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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)