login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:23 EST 2012. Contains 206011 sequences.