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!)
A048485 a(n) = floor(n/2) - A048475(n). 3
0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 2, 2, 3, 3, 3, 0, 3, 1, 1, 0, 1, 1, 0, 0, 4, 3, 3, 3, 2, 1, 0, 0, 0, 0, 2, 2, 1, 1, 3, 0, 0, 0, 1, 1, 5, 3, 4, 4, 3, 5, 0, 0, 8, 1, 7, 8, 2, 11, 1, 4, 4, 10, 3, 6, 11, 7, 7, 6, 6, 5, 4, 4, 7, 3, 2, 2, 5, 1, 0, 0, 0, 3, 2, 2, 1, 1, 0, 0, 0, 1, 0, 0, 3, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,17
LINKS
EXAMPLE
If n=51 then the number of divisors of the central binomial coefficient binomial(51,25) is 4608, while the maximal number of divisors of binomial(51,k) is 6144, which appears first at k=24; thus the deviation a(51) = |25-24| = 1 is small.
MATHEMATICA
a[n_] := Block[{d = DivisorSigma[0, Binomial[n, Range[0, n/2]]]}, Floor[n/2] - Position[d, Max[d], 1, 1][[1, 1]] + 1]; Array[a, 100] (* Giovanni Resta, May 14 2018 *)
CROSSREFS
Sequence in context: A084401 A236465 A131619 * A127714 A283763 A357622
KEYWORD
nonn,look
AUTHOR
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 June 9 01:05 EDT 2024. Contains 373227 sequences. (Running on oeis4.)