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!)
A335119 Number of positive terms of A082916 not exceeding 10^n. 0
5, 33, 233, 1734, 13487, 111460, 950039, 8282970, 73631430, 662319904, 6022446576, 55201746383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Kevin Ford and Sergei Konyagin, Divisibility of the central binomial coefficient binomial(2n, n), arXiv:1909.03903 [math.NT], 2019. See Table 2.
FORMULA
a(n) ~ c * 10^n/log(10^n), where c = 1.526453... (Ford and Konyagin, 2019).
EXAMPLE
Below 10 there are 5 positive terms of A082916: 1, 3, 5, 7, 9. Therefore a(1) = 5.
MATHEMATICA
seqQ[n_] := CoprimeQ[Binomial[2*n, n], n]; seq = {}; p = 10; c = 0; Do[If[seqQ[n], c++]; If[n == p, p *= 10; AppendTo[seq, c]], {n, 1, 10^5}]; seq
CROSSREFS
Sequence in context: A361237 A162816 A128418 * A284733 A001887 A118803
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 24 2020
EXTENSIONS
Terms a(4)-a(11) were taken from the paper by Ford and Konyagin (2019).
a(12) from Giovanni Resta, May 24 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 23 11:06 EDT 2024. Contains 371905 sequences. (Running on oeis4.)