The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A030979 Numbers k such that binomial(2k,k) is not divisible by 3, 5 or 7. 10

%I #60 Sep 28 2023 09:16:23

%S 0,1,10,756,757,3160,3186,3187,3250,7560,7561,7651,20007,59548377,

%T 59548401,45773612811,45775397187,237617431723407,24991943420078301,

%U 24991943420078302,24991943420078307,24991943715007536,24991943715007537

%N Numbers k such that binomial(2k,k) is not divisible by 3, 5 or 7.

%C By Lucas's theorem, binomial(2k,k) is not divisible by a prime p iff all base-p digits of k are smaller than p/2.

%C Ronald L. Graham offered $1000 to the first person who could settle the question of whether this sequence is finite or infinite. He remarked that heuristic arguments show that it should be infinite, but finite if it is required that binomial(2k,k) is prime to 3, 5, 7 and 11, with k = 3160 probably the last k which has this property.

%C The Erdős et al. paper shows that for any two odd primes p and q there are an infinite number of k for which gcd(p*q,binomial(2k,k))=1; i.e., p and q do not divide binomial(2k,k). The paper does not deal with the case of three primes. - _T. D. Noe_, Apr 18 2007

%C Pomerance gives a heuristic suggesting that there are on the order of x^0.02595... terms up to x. - _Charles R Greathouse IV_, Oct 09 2015

%H Christopher E. Thompson, <a href="/A030979/b030979.txt">Table of n, a(n) for n = 1..1374</a> (complete up to 10^70, extends first 62 terms computed by Max Alekseyev).

%H Christian Ballot, <a href="https://www.fq.math.ca/Papers1/55-4/BallotLucasCatalan101717.pdf">Divisibility of the middle Lucasnomial coefficient</a>, Fib. Q., 55 (2017), 297-308.

%H Ernie Croot, Hamed Mousavi and Maxie Schmidt, <a href="https://arxiv.org/abs/2201.11274">On a conjecture of Graham on the p-divisibility of central binomial coefficients</a>, arXiv:2201.11274 [math.NT], 2022.

%H P. Erdős, R. L. Graham, I. Z. Russa and E. G. Straus, <a href="https://users.renyi.hu/~p_erdos/1975-27.pdf">On the prime factors of C(2n,n)</a>, Math. Comp. 29 (1975), 83-92, <a href="https://doi.org/10.2307/2005464">doi:10.2307/2005464</a>.

%H Gennady Eremin, <a href="https://arxiv.org/abs/2003.01494">Factoring Middle Binomial Coefficients</a>, arXiv:2003.01494 [math.CO], 2020.

%H R. D. Mauldin and S. M. Ulam, <a href="http://dx.doi.org/10.1016/0196-8858(87)90026-1">Mathematical problems and games</a>, Adv. Appl. Math. 8 (3) (1987) 281-344.

%H C. Pomerance, <a href="https://math.dartmouth.edu/~carlp/catalan5.pdf">Divisors of the middle binomial coefficient</a>, Amer. Math. Monthly, 112 (2015), 636-644.

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Lucas%27_theorem">Lucas' theorem</a>

%H Han Yu, <a href="https://arxiv.org/abs/2004.05924">Fractal projections with an application in number theory</a>, arXiv:2004.05924 [math.NT], 2020.

%F Intersection of A005836, A037453 and A037461. - _T. D. Noe_, Apr 18 2007

%t lim=10000; Intersection[Table[FromDigits[IntegerDigits[k,2],3], {k,0,lim}], Table[FromDigits[IntegerDigits[k,3],5], {k,0,lim}], Table[FromDigits[IntegerDigits[k,4],7], {k,0,lim}]] (* _T. D. Noe_, Apr 18 2007 *)

%o (PARI) fval(n,p)=my(s);while(n\=p,s+=n);s

%o is(n)=fval(2*n,3)==2*fval(n,3) && fval(2*n,5)==2*fval(n,5) && fval(2*n,7)==2*fval(n,7) \\ _Charles R Greathouse IV_, Oct 09 2015

%Y Cf. A129488, A129489, A129508, A151750.

%K nonn

%O 1,3

%A Shawn Godin (sgodin(AT)onlink.net)

%E More terms from _Naohiro Nomoto_, May 06 2002

%E Additional comments from R. L. Graham, Apr 25 2007

%E Additional comments and terms up 3^41 in b-file from _Max Alekseyev_, Nov 23 2008

%E Additional terms up to 10^70 in b-file from _Christopher E. Thompson_, Nov 06 2015

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 June 7 12:16 EDT 2024. Contains 373173 sequences. (Running on oeis4.)