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