OFFSET
0,2
COMMENTS
The numbers (2n Pi/3)^(2k+1)/(2k+1)! are the coefficients in the Maclaurin series for sin x when x = 2Pi/3. If m>a(n), then (n 2Pi/3)^(2k+1)/(2k+1)! < 1.
MATHEMATICA
a[n_] := Select[Range[z], (2n Pi/3)^(2 # + 1)/(2 # + 1)! < 1 &, 1]
Flatten[Table[a[n], {n, 0, 100}]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Oct 17 2024
STATUS
approved