|
| |
|
|
A046098
|
|
Numbers n such that central binomial coefficient C(n, floor[n/2]) is squarefree.
|
|
19
|
|
|
|
1, 2, 3, 4, 5, 7, 8, 11, 17, 19, 23, 71
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
No other n < 10^8. - T. D. Noe, Apr 06 2007
|
|
|
LINKS
|
Table of n, a(n) for n=1..12.
Eric Weisstein's World of Mathematics, Central Binomial Coefficient
Eric Weisstein's World of Mathematics, Squarefree
|
|
|
MATHEMATICA
|
Select[Range[100], SquareFreeQ[Binomial[#, Floor[#/2]]]&] (* From Harvey P. Dale, Mar 11 2011 *)
|
|
|
PROG
|
(PARI) is(n)=issquarefree(binomial(n, n\2)) \\ Charles R Greathouse IV, Jul 16, 2011
|
|
|
CROSSREFS
|
Cf. A001405.
Cf. A056651 (cubefree central binomial coefficients).
Sequence in context: A191168 A191166 A111795 * A057484 A091997 A124168
Adjacent sequences: A046095 A046096 A046097 * A046099 A046100 A046101
|
|
|
KEYWORD
|
nonn,hard,changed
|
|
|
AUTHOR
|
Eric W. Weisstein
|
|
|
STATUS
|
approved
|
| |
|
|