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!)
A080397 Largest squarefree number dividing central binomial coefficient A000984(n). 3
1, 2, 6, 10, 70, 42, 462, 858, 4290, 24310, 92378, 176358, 1352078, 520030, 222870, 6463230, 200360130, 129644790, 907513530, 1767263190, 22974421470, 134564468610, 526024740930, 22870640910, 1074920122770, 1504888171878 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=A007947[A000984(n)]
MAPLE
a := n -> convert(numtheory:-factorset(binomial(2*n, n)), `*`):
seq(a(n), n=0..25); # Peter Luschny, Oct 31 2015
MATHEMATICA
a[n_] := Times @@ FactorInteger[Binomial[2n, n]][[All, 1]]; Array[a, 26, 0] (* Jean-François Alcover, Jun 04 2019 *)
CROSSREFS
Sequence in context: A361792 A324547 A093880 * A322756 A048782 A358739
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 19 2003
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)