This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A280709 #21 Sep 02 2021 17:28:06 %S A280709 1,3,6,10,16,24,38,58,86,122,172,236,328,448,606,802,1060,1380,1806, %T A280709 2338,3018,3846,4900,6180,7816,9808,12294,15274,18982,23418,28938, %U A280709 35542,43638,53226,64942,78786,95686,115642,139754,168022,202086,241946 %N A280709 The number of monic integer polynomials of degree n all of whose roots are distinct and of modulus at most 1. %C A280709 Such polynomials are a product of distinct cyclotomic polynomials, possibly multiplied by z. This follows from a classical result of Kronecker -- see Links. %H A280709 Vaclav Kotesovec, <a href="/A280709/b280709.txt">Table of n, a(n) for n = 0..10000</a> %H A280709 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 A280709 a(0) = 1 and a(n) = b(n)+b(n-1) for n >= 1, where b(n) = A280611(n). %F A280709 G.f.: (1+x)*Product_{i>=1} (1+x^phi(i)) = (1+x)*Product_{j>=1} (1+x^j)^A014197(j), where phi(i)=A000010(i) is Euler's totient function. %F A280709 It is also the Euler transform of A280712 except with its first two terms (2,1) replaced by (3,0). %F A280709 a(n) ~ exp(sqrt(105*zeta(3)*n/2)/Pi) * (105*zeta(3)/2)^(1/4) / (2*Pi*n^(3/4)). - _Vaclav Kotesovec_, Sep 02 2021 %e A280709 a(2)=6 because the six polynomials z^2+z+1, z^2+1, z^2-z+1, z^2-z, z^2+z and z^2-1 are the only ones of the required type. %t A280709 Table[SeriesCoefficient[(1 + x) Product[(1 + x^EulerPhi@ i), {i, n E^2}], {x, 0, n}], {n, 0, 120}] (* _Michael De Vlieger_, Jan 10 2017 *) %Y A280709 Cf. A280611 (variant where all roots must have modulus exactly 1); %Y A280709 Cf. A120963 (variant where multiple roots are allowed). %K A280709 easy,nonn %O A280709 0,2 %A A280709 _Christopher J. Smyth_, Jan 07 2017