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!)
A055993 Number of square divisors of n!. 8
1, 1, 1, 2, 2, 6, 6, 8, 12, 30, 30, 36, 36, 72, 96, 128, 128, 180, 180, 300, 300, 600, 600, 864, 1152, 2304, 2688, 4368, 4368, 5376, 5376, 6144, 6144, 13056, 16320, 19440, 19440, 38880, 43200, 48000, 48000, 64000, 64000, 100800, 133056, 278784, 278784 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A046951(n!) = A000005(A055772(n)) = A000005(A000188(A000142(n))).
MATHEMATICA
Table[Count[Divisors[n!], d_ /; IntegerQ@ Sqrt@ d], {n, 30}] (* Michael De Vlieger, Feb 05 2017 *)
PROG
(PARI) a(n) = sumdiv(n!, d, issquare(d)); \\ Michel Marcus, Dec 26 2013
CROSSREFS
Sequence in context: A163118 A319010 A010762 * A309912 A222734 A151888
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 21 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 April 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)