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!)
A068359 Binomial(2k,k) when the first digit of binomial(2k,k) is 1. 1
1, 12870, 184756, 10400600, 155117520, 137846528820, 126410606437752, 1946939425648112, 118264581564861424, 1832624140942590534, 112186277816662845432, 1746130564335626209832, 107507208733336176461620, 1678910486211891090247320, 103827421287553411369671120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a={}; kmax=40; For[k=0, k<=kmax, k++, If[First[IntegerDigits[term = Binomial[2k, k]]]==1, AppendTo[a, term]]]; a (* Stefano Spezia, Sep 06 2022 *)
CROSSREFS
Intersection of A000984 and A131835.
Cf. A068358 (k values).
Sequence in context: A024752 A024760 A245861 * A177310 A140917 A351487
KEYWORD
easy,nonn,base
AUTHOR
Benoit Cloitre, Feb 28 2002
EXTENSIONS
a(1) = 1 inserted by Stefano Spezia, Sep 06 2022
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 24 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)