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!)
A038157 a(n) = n! * Sum_{k=1..n-2} 1/k!. 3
0, 0, 0, 6, 36, 200, 1230, 8652, 69272, 623520, 6235290, 68588300, 823059732, 10699776672, 149796873590, 2246953104060, 35951249665200, 611171244308672, 11001082397556402, 209020565553571980, 4180411311071439980, 87788637532500240000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = floor(n!*exp(1)) - n - 1 - n! for n>1. - Mark van Hoeij, Oct 30 2011
MATHEMATICA
a=1; Table[a=(a-n)*(n+1); Abs[a], {n, 0, 40}] (* Vladimir Joseph Stephan Orlovsky, Nov 20 2009 *)
Table[n!Sum[1/k!, {k, n-2}], {n, 0, 30}] (* Harvey P. Dale, Dec 26 2021 *)
CROSSREFS
Sequence in context: A345340 A232138 A000551 * A267468 A225685 A006812
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)