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!)
A332420 Number of Maclaurin polynomials of sin x having exactly n positive zeros. 1
3, 4, 5, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) counts these values of 2n-1: 3, 5, and 11. The single zeros of p(3,x), p(5,x), and p(11,x) are sqrt(6), 3.078642..., and 3.141148..., respectively.
LINKS
MATHEMATICA
z = 60; p[n_, x_] := Normal[Series[Sin[x], {x, 0, n}]];
t[n_] := x /. NSolve[p[n, x] == 0, x, z];
u[n_] := Select[t[n], Im[#] == 0 && # > 0 &];
v = Table[Length[u[n]], {n, 2, 30}]
(1/2) Table[Count[v, n], {n, 1, 40}]
CROSSREFS
Sequence in context: A275719 A014250 A155078 * A115051 A094634 A114545
KEYWORD
nonn,hard,more
AUTHOR
Clark Kimberling, Feb 13 2020
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 16 13:52 EDT 2024. Contains 371726 sequences. (Running on oeis4.)