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!)
A101977 Number of products of distinct factorials not exceeding n!. 2
1, 2, 3, 5, 7, 11, 15, 22, 31, 43, 58, 74, 97, 131, 171, 222, 277, 349, 447, 564, 698, 868, 1074, 1321, 1601, 1967, 2398, 2911, 3513, 4235, 5083, 6071, 7242, 8637, 10229, 12102, 14293, 16848, 19802, 23271, 27276, 31846, 37132, 43196, 50191, 58238, 67425, 77946 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) is the position of n! in A058295 (products of distinct factorials). a(n) < A101976(n) for n > 2 and a(n) > A101978(n) for n > 10.
LINKS
EXAMPLE
a(4) = 5 because 5 products of distinct factorials do not exceed 4!, namely, 1, 2, 6, 12 and 24.
MATHEMATICA
d[k_] := (m=1; With[{p=With[{s=Subsets[Table[n!, {n, k}]]}, Sort[Table[Apply[Times, s[[n]]], {n, Length[s]}]]]}, While[p[[m]]<=k!, m++ ]; Length[Union[Take[p, m-1]]]]); Table[d[k], {k, 19}]
CROSSREFS
Sequence in context: A091582 A241727 A326465 * A024793 A326590 A116601
KEYWORD
nonn
AUTHOR
Jonathan Sondow, Dec 22 2004
EXTENSIONS
a(20)-a(48) 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 April 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)