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!)
A129326 a(n) = (2*n+1)*(n-1)!. 9
3, 5, 14, 54, 264, 1560, 10800, 85680, 766080, 7620480, 83462400, 997920000, 12933043200, 180583603200, 2702527027200, 43153254144000, 732297646080000, 13160434839552000, 249692574523392000, 4987449116762112000, 104614786351595520000, 2299092397726924800000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A052649(n-1), n > 1 (i.e., A052649 with a(0) omitted).
LINKS
FORMULA
a(n) = A052649(n-1), n > 1. - R. J. Mathar, Jun 14 2008
a(n) = (n+1)!*h(n+1) - n*(n+1)*(n-1)!*h(n-1), where h(n) = Sum_{k=1..n} 1/k. - Gary Detlefs, Jul 19 2011
E.g.f.: 2*x/(1-x) - log(1-x). - G. C. Greubel, Nov 02 2018
Sum_{n>=1} 1/a(n) = e/2 - sqrt(Pi)*erfi(1)/4. - Amiram Eldar, Oct 07 2020
MATHEMATICA
Table[(2n+1)(n-1)!, {n, 30}] (* Harvey P. Dale, Mar 23 2012 *)
PROG
(Magma) [(2*n+1)*Factorial(n-1): n in [1..25]]; // Vincenzo Librandi, Aug 07 2011
(PARI) vector(30, n, (2*n+1)*(n-1)!) \\ G. C. Greubel, Nov 02 2018
CROSSREFS
Cf. A052649.
Sequence in context: A078718 A081393 A338368 * A167553 A118562 A273164
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, May 26 2007
EXTENSIONS
More terms from N. J. A. Sloane, Nov 08 2007
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)