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!)
A101609 a(n) = n! * Sum_{k=1..floor(n/2)} 1/k. 4
0, 2, 6, 36, 180, 1320, 9240, 84000, 756000, 8285760, 91143360, 1173553920, 15256200960, 226040855040, 3390612825600, 56865153945600, 966707617075200, 18112111963545600, 344130127307366400, 7125892746964992000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(1) = 0, a(n) = a(n-1)*n + (1 + (-1)^n)*(n-1)!. - Daniel Suteu, Feb 06 2017
MATHEMATICA
Table[ n! HarmonicNumber[ Floor[ n/2]], {n, 20}] (* Robert G. Wilson v, Dec 11 2004 *)
CROSSREFS
Sequence in context: A236692 A323945 A369080 * A281024 A152668 A213918
KEYWORD
nonn,easy
AUTHOR
Ralf Stephan, Dec 10 2004
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 07:20 EDT 2024. Contains 371921 sequences. (Running on oeis4.)