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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058295 Products of distinct factorials. 14
1, 2, 6, 12, 24, 48, 120, 144, 240, 288, 720, 1440, 2880, 4320, 5040, 5760, 8640, 10080, 17280, 30240, 34560, 40320, 60480, 80640, 86400, 103680, 120960, 172800, 207360, 241920, 362880, 483840, 518400, 604800, 725760, 967680, 1036800, 1209600 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

(A075082(n)!)^2 is a member for n>0, for example, (6!)^2=6!*5!*3!. Factorials A000142 and superfactorials A000178 (without their first terms), double-superfactorials A098694 and product-of-next-n-factorials A074319 are all subsequences. Products-of-factorials A001013 is a supersequence. - Jonathan Sondow (jsondow(AT)alumni.princeton.edu), Dec 18 2004

A000197(n)^2 is a member for n > 2, as ((n!)!)^2 = (n!)!*n!*(n!-1)!. - Jonathan Sondow (jsondow(AT)alumni.princeton.edu), Dec 21 2004

LINKS

Index entries for sequences related to factorial numbers

EXAMPLE

288 is included because 288 = 2! * 3! * 4!.

MATHEMATICA

k=10; m=1; With[{p=With[{s=Subsets[Table[n!, {n, 2, k}]]}, Sort[Table[Apply[Times, s[[n]]], {n, Length[s]}]]]}, While[p[[m]]<(k+1)!, m++ ]; Union[Take[p, m-1]]] (Sondow)

CROSSREFS

Cf. A075082, A000142, A000178, A098694, A074319, A001013.

Cf. A000197.

Sequence in context: A003680 A051487 A111286 * A132176 A197469 A133953

Adjacent sequences:  A058292 A058293 A058294 * A058296 A058297 A058298

KEYWORD

nonn

AUTHOR

Leroy Quet Dec 07 2000

EXTENSIONS

Corrected by Jonathan Sondow (jsondow(AT)alumni.princeton.edu), Dec 18 2004

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 14:50 EST 2012. Contains 206050 sequences.