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