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!)
A127634 a(n) = 3^(n-1) - ceiling(n^n/n!). 1
0, 1, 4, 16, 54, 178, 565, 1770, 5493, 16927, 51901, 158533, 482802, 1466859, 4448104, 13467249, 40720970, 122994566, 371156622, 1119161662, 3372427789, 10156591942, 30573367574, 91993546765, 276703494365, 832023918335, 2501142914874, 7516883840470 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Theorem: 3^(n-1) > n^n/n! for n >= 3.
REFERENCES
D. S. Mitrinovic, Analytic Inequalities, Springer-Verlag, 1970; p. 193, 3.1.21.
LINKS
MAPLE
seq(3^(n-1)-ceil(n^n/n!), n=1..50); # Robert Israel, Jul 06 2017
MATHEMATICA
Table[3^(n-1) - Ceiling[n^n / n!], {n, 30}] (* Vincenzo Librandi, Jul 06 2017 *)
PROG
(PARI) a(n) = 3^(n-1) - ceil(n^n/n!); \\ Michel Marcus, Jul 06 2017
(Magma) [3^(n-1)-Ceiling(n^n/Factorial(n)): n in [1..30]]; // Vincenzo Librandi, Jul 06 2017
CROSSREFS
Sequence in context: A238419 A267227 A223944 * A331457 A331452 A288187
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 03 2007
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 27 14:26 EDT 2024. Contains 372019 sequences. (Running on oeis4.)