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!)
A056596 Number of nonsquare divisors of n!. 1
0, 1, 3, 6, 14, 24, 54, 88, 148, 240, 510, 756, 1548, 2520, 3936, 5248, 10624, 14508, 29196, 40740, 60500, 95400, 191400, 242016, 338880, 529920, 674688, 912912, 1830192, 2327424, 4660224, 5523456, 7858176, 12152064, 16406592, 19576080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = d(n!) - A046951(n!)
a(n) = A027423(n) - A055993(n). - Amiram Eldar, Jul 16 2019
MATHEMATICA
Table[Count[Divisors[n!], d_ /; !IntegerQ@ Sqrt@ d], {n, 30}] (* Amiram Eldar, Jul 16 2019 after Michael De Vlieger at A055993 *)
PROG
(Magma) [#[d:d in Divisors(Factorial(n))| not IsSquare(d)]:n in [1..36]]; // Marius A. Burtea, Jul 16 2019
CROSSREFS
Sequence in context: A291987 A200823 A093866 * A026341 A026271 A166212
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 28 16:41 EDT 2024. Contains 372091 sequences. (Running on oeis4.)