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!)
A281594 The radical of the Catalan number which is the largest squarefree number dividing binomial(2*n,n)/(n+1). 0
1, 1, 2, 5, 14, 42, 66, 429, 1430, 4862, 8398, 58786, 104006, 74290, 222870, 3231615, 11785890, 129644790, 47763870, 1767263190, 3282060210, 12233133510, 22870640910, 22870640910, 214984024554, 115760628606, 655976895434, 34766775458002, 65936987937590 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A007947(A000108(n)). - Altug Alkan, Mar 07 2017
MAPLE
a := n -> convert(numtheory:-factorset(binomial(2*n, n)/(n+1)), `*`):
seq(a(n), n=0..28);
MATHEMATICA
Table[Times @@ FactorInteger[CatalanNumber[n]][[All, 1]], {n, 0, 28}]
CROSSREFS
Sequence in context: A148324 A000660 A148325 * A174176 A298367 A025274
KEYWORD
nonn
AUTHOR
Peter Luschny, Mar 07 2017
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 August 4 15:21 EDT 2024. Contains 374923 sequences. (Running on oeis4.)