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!)
A024576 a(n) = [ e*a(n-1) ], where a(0) = 1. 2
1, 2, 5, 13, 35, 95, 258, 701, 1905, 5178, 14075, 38259, 103998, 282695, 768444, 2088847, 5678074, 15434605, 41955606, 114047161, 310012325, 842700869, 2290698459, 6226763995, 16926099417, 46009908471, 125067898125, 339969794796, 924133715418 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a[0] = 1; a[n_] := Floor[E*a[n-1]]; Table[a[n], {n, 50}] (* Clark Kimberling, Aug 17 2012 *)
NestList[Floor[E*#]&, 1, 30] (* Harvey P. Dale, Apr 24 2014 *)
CROSSREFS
Sequence in context: A367656 A240609 A054657 * A057960 A339479 A227045
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)