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!)
A056630 Number of non-unitary square divisors of n!. 0
0, 0, 0, 1, 1, 2, 2, 4, 8, 22, 22, 28, 28, 56, 88, 120, 120, 172, 172, 284, 292, 584, 584, 848, 1136, 2272, 2656, 4304, 4304, 5312, 5312, 6080, 6112, 12992, 16256, 19376, 19376, 38752, 43136, 47936, 47936, 63936, 63936, 100672, 132928, 278528, 278528 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A046951(n!) - 2^r, where r is the number of prime divisors of unitary analog of largest square divisor of n! and r(n) = A001221[A000188(n!)/A055229(n!)].
EXAMPLE
n=10 and the largest square-root divisor of 10! is 720. 10! has 30 square divisors, of which 22 is not unitary [but squares]: {4,9,16,36,64,100,144,225,324,400,576,...,57600,129600}. E.g. GCD[576,10!/576]=GCD[576,6300]=36. Thus a(10)=30-8=22.
MATHEMATICA
A046951[n_] := Length[Select[Divisors[n], IntegerQ[Sqrt[#]] &]]; A008833[n_] := First[Select[Reverse[Divisors[n]], IntegerQ[Sqrt[#]] &, 1]]; A055229[n_] := With[{sf = Times @@ Power @@@ ({#[[1]], Mod[#[[2]], 2]} & /@ FactorInteger[n])}, GCD[sf, n/sf]]; Table[A046951[n!] - 2^(PrimeNu[Sqrt[A008833[n!]]/A055229[n!]]), {n, 1, 50}] (* G. C. Greubel, May 20 2017 *)
CROSSREFS
Sequence in context: A283117 A334325 A100396 * A259813 A121853 A064451
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 08 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 2 11:52 EDT 2024. Contains 372196 sequences. (Running on oeis4.)