|
Search: id:A061370
|
|
|
| A061370 |
|
a(n) = floor[ratio of product and sum of first n numbers]. |
|
+0 1
|
|
| 1, 0, 1, 2, 8, 34, 180, 1120, 8064, 65978, 604800, 6141046, 68428800, 830269440, 10897286400, 153844043294, 2324754432000, 37440781904842, 640237370572800, 11585247657984000, 221172909834240000, 4442690623626907826
(list; graph; listen)
|
|
|
OFFSET
|
1,4
|
|
|
FORMULA
|
a(n) = floor[2*(n-1)! / (n+1)]
|
|
EXAMPLE
|
a(6) = floor[720/21] = 34.
|
|
MATHEMATICA
|
Table[ Floor[2*(n - 1)!/(n + 1)], {n, 1, 24} ]
|
|
CROSSREFS
|
Adjacent sequences: A061367 A061368 A061369 this_sequence A061371 A061372 A061373
Sequence in context: A030871 A030960 A121894 this_sequence A126328 A013026 A121789
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 02 2001
|
|
EXTENSIONS
|
More terms from Larry Reeves (larryr(AT)acm.org), May 07 2001
|
|
|
Search completed in 0.002 seconds
|