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!)
A180218 a(n) = (n+2)!*sum(1/k, k=1..n) 0
0, 6, 36, 220, 1500, 11508, 98784, 940896, 9862560, 112923360, 1402980480, 18804839040, 270532604160, 4158579398400, 68031755366400, 1180252336435200, 21644690412441600, 418404711978086400, 8503255462238208000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (n+1) * (n+2) * A000254(n). - Joerg Arndt, Aug 13 2014
E.g.f.: (x^2-4*x+2*log(1-x))/(x-1)^3.
a(n) = (n+2)/n *((2*n-1)*a(n-1) - (n^2-1)*a(n-2)). - Robert Israel, Aug 13 2014
MAPLE
h:=n-> sum(1/k, k=1..n):seq((n+2)!*h(n), n=0..20);
CROSSREFS
Sequence in context: A082309 A004319 A129324 * A218991 A351056 A166748
KEYWORD
nonn
AUTHOR
Gary Detlefs, Aug 15 2010
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 28 19:40 EDT 2024. Contains 372092 sequences. (Running on oeis4.)