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!)
A213609 Smallest number k such that the number of distinct prime divisors of binomial(2k,k) equals n, otherwise 0. 1
1, 2, 4, 6, 8, 11, 15, 16, 18, 20, 0, 28, 29, 33, 38, 42, 45, 48, 53, 54, 60, 64, 66, 67, 75, 77, 80, 86, 91, 92, 100, 102, 104, 109, 111, 110, 127, 0, 128, 133, 140, 144, 151, 154, 153, 160, 165, 170, 171, 178, 0, 189, 190, 192, 198, 202, 209, 210, 220, 225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(A071853(n)) = 0.
LINKS
EXAMPLE
a(3) = 4 because binomial(2*4,4) = 70 with 3 distinct prime divisors {2, 5, 7}.
MAPLE
with(numtheory): for n from 1 to 100 do:ii:=0: for k from 1 to 500 while(ii=0) do:x:=binomial(2*k, k):y:=factorset(x): n1:=nops(y):if n1=n then ii:=1:printf(`%d, `, k):else fi:od:if ii=0 then printf(`%d, `, 0):else fi:od:
CROSSREFS
Sequence in context: A194224 A194252 A205727 * A338237 A039823 A284617
KEYWORD
nonn
AUTHOR
Michel Lagneau, Jun 16 2012
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 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)