The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A101976 Number of products of factorials not exceeding n!. 2
1, 2, 4, 8, 15, 28, 49, 83, 134, 209, 317, 473, 687, 987, 1403, 1972, 2732, 3752, 5096, 6852, 9144, 12113, 15919, 20802, 27012, 34860, 44755, 57136, 72592, 91802, 115567, 144916, 180963 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the position of n! in A001013 (Jordan-Polya numbers: products of factorials). a(n) > A101977(n) for n > 2 and a(n) > A101978(n) for n > 3.
LINKS
Eric Weisstein's World of Mathematics, Factorial Products
EXAMPLE
a(4) = 8 because 8 products of factorials do not exceed 4!, namely, 1, 2, 4, 6, 8, 12, 16 and 24.
MATHEMATICA
m[n_]:=(For[p=0; a=f=Table[k!, {k, 1, n}], p=!=a, p=a; a=Select[Union@@Outer[Times, f, a], #<=n!&]]; a); Table[Length[m[n]], {n, 20}]
CROSSREFS
Sequence in context: A222028 A338760 A056181 * A339656 A196723 A036615
KEYWORD
nonn
AUTHOR
Jonathan Sondow, Dec 22 2004
EXTENSIONS
a(21)-a(33) from Donovan Johnson, May 30 2012
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 May 14 11:19 EDT 2024. Contains 372532 sequences. (Running on oeis4.)