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