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!)
A056629 Number of unitary square divisors of n!. 0
1, 1, 1, 1, 1, 4, 4, 4, 4, 8, 8, 8, 8, 16, 8, 8, 8, 8, 8, 16, 8, 16, 16, 16, 16, 32, 32, 64, 64, 64, 64, 64, 32, 64, 64, 64, 64, 128, 64, 64, 64, 64, 64, 128, 128, 256, 256, 256, 256, 256, 128, 256, 256, 256, 256, 256, 128, 256, 256, 256, 256, 512, 512, 512, 512, 512 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
Unitary analog of A046951(n!) = A055993(n).
LINKS
FORMULA
a(n) = 2^r, where r is the number of prime divisors of unitary analog of largest square divisor of n!, where 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 8 is unitary [and squares]: {1,25,81,256,2025,6400,20736,518400}. E.g. GCD[256,10!/256]=GCD[256,14175]=1. Thus a(10)=8.
MATHEMATICA
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[2^(PrimeNu[Sqrt[A008833[n!]]/A055229[n!]]), {n, 1, 50}] (* G. C. Greubel, May 19 2017 *)
CROSSREFS
Sequence in context: A047210 A360915 A120327 * A245356 A167185 A081676
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)