|
| |
|
|
A034882
|
|
Product of consecutive factorials.
|
|
0
| |
|
|
1, 2, 6, 12, 24, 120, 144, 288, 720, 2880, 5040, 17280, 34560, 40320, 86400, 362880, 2073600, 3628800, 12441600, 24883200, 39916800, 203212800, 435456000, 479001600, 6227020800, 10450944000, 14631321600, 62705664000, 87178291200
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
PROG
| Contribution from Michael B. Porter (michael_b_porter(AT)yahoo.com), Mar 15 2010: (Start)
(PARI) l=listcreate(100)
for(x1=1, 14, x2=x1; a=x1!; while(a<1e11, listput(l, a); x2=x2+1; a=a*x2!))
listsort(l, 1); print(l) (End)
|
|
|
CROSSREFS
| Sequence in context: A163264 A163895 A180071 * A175943 A137829 A045925
Adjacent sequences: A034879 A034880 A034881 * A034883 A034884 A034885
|
|
|
KEYWORD
| easy,nonn,nice
|
|
|
AUTHOR
| Erich Friedman (erich.friedman(AT)stetson.edu)
|
| |
|
|