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!)
A257592 Number of zeros of the polynomial Sum_{j=0..n-1} z^(2^j-1)inside the unit circle. 1
1, 3, 5, 7, 17, 27, 51, 91, 183, 309, 617, 1125, 2097, 3995 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
Karl Dilcher and Larry Ericksen, The Polynomials of Mahler and Roots of Unity, The American Mathematical Monthly, Vol. 122, No. 04 (April 2015), pp. 338-353.
MATHEMATICA
Table[Length[Select[Flatten[Abs[z/.NSolve[Sum[z^(2^j-1), {j, 0, n-1}]==0]]], #<1&]], {n, 3, 12}] (* Vaclav Kotesovec, May 17 2015, but for bigger n needs much memory (for n=14, 5 GB RAM) *)
CROSSREFS
Cf. A257593.
Sequence in context: A086086 A141772 A220454 * A032496 A002092 A274906
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, May 15 2015
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)