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!)
A055077 Multiplicity of Max{gcd(d, n!/d)} when d runs over the divisors of n!. 0
1, 2, 4, 4, 8, 2, 4, 8, 8, 2, 4, 8, 16, 16, 16, 16, 32, 16, 32, 16, 64, 64, 128, 32, 32, 32, 64, 32, 64, 32, 64, 128, 512, 128, 128, 128, 256, 256, 256, 256, 512, 1024, 2048, 1024, 512, 128, 256, 128, 128, 256, 1024, 512, 1024, 256, 1024, 4096, 16384, 4096, 8192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms are powers of 2.
LINKS
FORMULA
It appears that a(n) = 2^A055460(n). - Joerg Arndt, Oct 06 2019
EXAMPLE
n=5, 5!=120, the set of gcd(d, 120/d) values for the 16 divisors of 120 is {1,2,1,2,1,2,1,2,2,1,2,1,2,1,2,1}. The maximum is 2 and it occurs 8 times, so a(5)=8.
MATHEMATICA
Table[Count[#, Max@ #] &@ Map[GCD[#, m/#] &, Divisors[m]], {m, Range[30]!}] (* Michael De Vlieger, Oct 06 2019 *)
CROSSREFS
Cf. A000188.
Sequence in context: A095061 A184233 A356386 * A117215 A011173 A162943
KEYWORD
nonn
AUTHOR
Labos Elemer, Jun 13 2000
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 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)