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!)
A109779 a(n) = n! * Sum_{k=1..n} H(k)*(n+1-k)!, where H(k) = Sum_{j=1..k} 1/j. 2
1, 7, 65, 930, 20814, 693732, 32312412, 1996944912, 157655618928, 15457109916960, 1841080739130720, 261722785741833600, 43758563047332750720, 8498963447183108148480, 1897379318289205012550400, 482444035336741492040140800, 138599348510645114991010560000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f.: (hypergeom([1, 1], [], x)+x*hypergeom([2, 2], [], x))*log(1-x)/(x-1). - Vladeta Jovovic, Aug 17 2005
MATHEMATICA
a[n_] := n! * Sum[(n+1-k)! * Sum[1/j, {j, 1, k}], {k, 1, n}]; Table[a[n], {n, 1, 30}] (* Ryan Propper, Sep 01 2005 *)
PROG
(PARI) a(n) = n!*sum(k=1, n, sum(j=1, k, 1/j)*(n+1-k)!); \\ Michel Marcus, Nov 20 2018
CROSSREFS
Cf. A109780.
Sequence in context: A152525 A272646 A220067 * A239984 A274822 A179880
KEYWORD
nonn
AUTHOR
Leroy Quet, Aug 13 2005
EXTENSIONS
More terms from Ryan Propper, Sep 01 2005
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)