login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A061834
a(n) = binomial(n,2) * !n.
1
0, 0, 2, 12, 60, 340, 2310, 18354, 165592, 1664424, 18410130, 222085270, 2901011124, 40790592492, 614247917374, 9862468172970, 168192316357680, 3036117383306704, 57835808554908042, 1159445925005561694, 24400842327684259660, 537878773763482265940
OFFSET
0,3
REFERENCES
See A003422 for !n.
PROG
(PARI) { f=1; L=0; for (n=0, 200, if (n, L+=f; f*=n); write("b061834.txt", n, " ", L*binomial(n, 2)) ) } \\ Harry J. Smith, Jul 28 2009
CROSSREFS
Cf. A003422.
Sequence in context: A038154 A357661 A371399 * A364283 A360590 A362244
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 10 2001
STATUS
approved