login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014213 Floor((e/2)^n). 1
1, 1, 1, 2, 3, 4, 6, 8, 11, 15, 21, 29, 39, 54, 73, 99, 135, 184, 250, 340, 462, 628, 854, 1161, 1578, 2145, 2916, 3964, 5387, 7322, 9952, 13526, 18384, 24987, 33961, 46159, 62736, 85267, 115891, 157512, 214081, 290967, 395465, 537493 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
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
Sequence in context: A241334 A095814 A006683 * A341218 A064323 A003411
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 08:06 EDT 2024. Contains 371769 sequences. (Running on oeis4.)