login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061640 !n*n!. 1
0, 1, 4, 24, 240, 4080, 110880, 4404960, 238452480, 16777393920, 1484592883200, 161180605555200, 21054378333542400, 3256459844769331200, 588451470437627596800, 122827588904844375552000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

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 (zerinvarylajos(AT)yahoo.com), Jan 08 2007

PROG

(PARI) { for (n=0, 100, L=sum(k=0, n-1, k!); write("b061640.txt", n " ", L*n!) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 25 2009]

CROSSREFS

Cf. A000142 A003422.

Cf. A000142, A003422.

Sequence in context: A179539 A074598 A052718 * A126391 A006088 A141013

Adjacent sequences:  A061637 A061638 A061639 * A061641 A061642 A061643

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jun 13 2001

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Jun 19 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 07:39 EST 2012. Contains 205881 sequences.