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!)
A056060 The powerfree part of the central binomial coefficients. 8
1, 2, 3, 6, 10, 5, 35, 70, 14, 7, 462, 231, 429, 429, 715, 1430, 24310, 12155, 92378, 46189, 88179, 88179, 1352078, 676039, 52003, 52003, 7429, 7429, 1077205, 1077205, 33393355, 66786710, 43214930, 21607465, 181502706, 90751353, 176726319, 176726319, 7658140490 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A055231(A001405(n)).
EXAMPLE
n=14, binomial(14,7) = 3432 = 8*3*11*13. The largest square divisor is 4, and the squarefree part is 858. So GCD(4,858) = 2 and a(14) = 858/2 = 429.
MATHEMATICA
a[n_] := Denominator[(b = Binomial[n, Floor[n/2]])/(Times @@ First /@ FactorInteger[b])^2]; Array[a, 36] (* Amiram Eldar, Sep 05 2020 *)
CROSSREFS
Sequence in context: A276946 A191542 A191668 * A056058 A352722 A028255
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 26 2000
EXTENSIONS
New name and more terms from Amiram Eldar, Sep 05 2020
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 24 12:37 EDT 2024. Contains 371937 sequences. (Running on oeis4.)