A056648 a(n) = A034444(A056647(n)).
1, 1, 1, 1, 1, 2, 1, 1, 2, 4, 1, 2, 2, 1, 2, 2, 1, 2, 1, 2, 2, 1, 1, 2, 4, 2, 4, 2, 2, 4, 2, 2, 1, 2, 2, 4, 4, 2, 2, 4, 2, 1, 2, 1, 2, 4, 4, 8, 8, 4, 4, 2, 2, 4, 2, 1, 1, 2, 1, 2, 2, 2, 4, 4, 2, 4, 2, 4, 4, 2, 1, 2, 2, 1, 4, 2, 4, 8, 2, 4, 8, 4, 2, 1, 2, 4, 8, 4, 2, 4, 4, 8, 4, 4, 8, 16, 8, 4, 4, 2, 1, 2, 2, 1
Offset: 1
Keywords
Examples
a(28) = A034444(A056647(28)) = A034444(25) = 2.
Crossrefs
Programs
-
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[Binomial[n, Floor[n/2]]]]/A055229[Binomial[n, Floor[n/2]]]]), {n, 1, 25}] (* G. C. Greubel, May 20 2017 *)
Extensions
Incorrect name replaced with a formula by Amiram Eldar, Sep 28 2024
Comments