OFFSET
0,4
MATHEMATICA
f[n_] := Floor[(E/2)^n]; Array[f, 44, 0] (* Robert G. Wilson v, Oct 23 2013 *)
PROG
(PARI) a(n) = floor((exp(1)/2)^n); \\ Michel Marcus, Oct 24 2013
(PARI) a(n)=exp(n)>>n\1 \\ Charles R Greathouse IV, Oct 24 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved