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!)
A325510 Number of non-isomorphic multiset partitions of the multiset of prime indices of n!. 2
1, 1, 1, 2, 7, 16, 98, 269, 1397, 7582, 70520, 259906, 1677259, 5229112, 44726100, 666355170, 4917007185, 18459879921 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A317791(n!).
a(n) = A318285(A181819(n!)) = A318285(A325508(n)). - Andrew Howroyd, Jan 17 2023
EXAMPLE
Non-isomorphic representatives of the a(2) = 1 through a(5) = 16 multiset partitions:
{{1}} {{12}} {{1222}} {{12333}}
{{1}{2}} {{1}{222}} {{1}{2333}}
{{12}{22}} {{12}{333}}
{{2}{122}} {{13}{233}}
{{1}{2}{22}} {{3}{1233}}
{{2}{2}{12}} {{33}{123}}
{{1}{2}{2}{2}} {{1}{2}{333}}
{{1}{23}{33}}
{{1}{3}{233}}
{{3}{12}{33}}
{{3}{13}{23}}
{{3}{3}{123}}
{{1}{1}{1}{23}}
{{1}{2}{3}{33}}
{{1}{3}{3}{23}}
{{1}{2}{3}{3}{3}}
PROG
(PARI) \\ Requires C(sig) from A318285.
a(n)={if(n<2, 1, my(f=factor(n!)[, 2], sig=vector(vecmax(f))); for(i=1, #f, sig[f[i]]++); C(sig))} \\ Andrew Howroyd, Jan 17 2023
CROSSREFS
Sequence in context: A129444 A079815 A362760 * A347601 A006883 A023269
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, May 08 2019
EXTENSIONS
a(9)-a(17) from Andrew Howroyd, Jan 17 2023
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 August 9 01:56 EDT 2024. Contains 375024 sequences. (Running on oeis4.)