reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
Number of Maclaurin polynomials p(2m-1,x) of sin (x ) having exactly n positive zeros.
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, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 5, 4, 4, 5, 4, 4, 5, 4
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.
a(1) counts these values of 2m-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.
v = Table[Length[u[n]], {n, 2, 30100, 2}]
(1/2) Table[Count[v, n], {n, 1, 4010}]
nonn,hard,more
More terms from Jinyuan Wang, Jan 21 2025
approved
editing
proposed
approved
editing
proposed
nonn,easy,hard,more
proposed
editing
editing
proposed
allocated for Clark KimberlingNumber of Maclaurin polynomials of sin x having exactly n positive zeros.
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
1,1
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.
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}]
allocated
nonn,easy,more
Clark Kimberling, Feb 13 2020
approved
editing