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!)
A086985 A000407(n)-A086984(n). 1
0, 0, 0, 144, 6000, 198000, 6420960, 218453760, 7988440320, 316674489600, 13630070361600, 635880851020800, 32050874586931200, 1738651147833600000, 101100246720625152000, 6277170099060596736000, 414620927349422137344000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n)=(2*n-1)!/(n-1)!-n!-sum(i=2, n, binomial(n-1, n-i)*n*n!)
PROG
(PARI) a(n)=(2*n-1)!/(n-1)!-n!-sum(i=2, n, binomial(n-1, n-i)*n*n!) for (i=2, 20, print1(a(i)", "))
CROSSREFS
Sequence in context: A262788 A319294 A233645 * A371251 A259318 A231744
KEYWORD
nonn
AUTHOR
Jon Perry, Jul 27 2003
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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)