The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A061640 a(n) = !n*n!. 4
0, 1, 4, 24, 240, 4080, 110880, 4404960, 238452480, 16777393920, 1484592883200, 161180605555200, 21054378333542400, 3256459844769331200, 588451470437627596800, 122827588904844375552000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A000142(n)*A003422(n).
MAPLE
a:=n->sum((n+1)!*j!, j=0..n): seq(a(n), n=-1..15); # Zerinvary Lajos, Jan 08 2007
MATHEMATICA
Table[n!*Sum[i!, {i, 0, n - 1}], {n, 0, 16}] (* Olivier Gérard, Sep 28 2012 *)
PROG
(PARI) { for (n=0, 100, L=sum(k=0, n-1, k!); write("b061640.txt", n " ", L*n!) ) } \\ Harry J. Smith, Jul 25 2009
CROSSREFS
Sequence in context: A307826 A239840 A052718 * A126391 A006088 A325963
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jun 13 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Jun 19 2001
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 May 26 05:37 EDT 2024. Contains 372807 sequences. (Running on oeis4.)