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!)
A048195 Numbers k for which binomial(k, floor(k/2)) has fewer unitary than non-unitary divisors. 0
10, 25, 26, 27, 28, 29, 30, 34, 36, 37, 38, 40, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 60, 61, 62, 63, 64, 66, 68, 69, 70, 75, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A048111 applied to central binomial coefficients.
LINKS
FORMULA
EXAMPLE
k=58: binomial(58,29) has 20480 divisors, 8192 unitary ones and 12288 non-unitary ones, and 8192 < 12288.
PROG
(PARI) nbud(n) = 1<<omega(n); \\ from A034444
isok(n) = my(b=binomial(n, n\2)); numdiv(b) > 2*nbud(b); \\ Michel Marcus, Mar 15 2018
CROSSREFS
Sequence in context: A225974 A251317 A251201 * A133634 A174051 A274046
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Mar 15 2018
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 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)