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!)
A292116 Numbers for which there exists a nontrivial bisection of binomial coefficients as given by Theorem 12 of Ionascu et al. (2016). 1
13, 14, 33, 34, 61, 62, 97, 98, 103, 141, 142, 193, 194, 253, 254, 321, 322, 397, 398, 481, 482, 573, 574, 673, 674, 713, 781, 782, 897, 898, 1021, 1022, 1153, 1154, 1293, 1294, 1441, 1442, 1597, 1598, 1761, 1762, 1933, 1934, 2113, 2114, 2301, 2302, 2497, 2498, 2701, 2702, 2913, 2914, 3133, 3134 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It would be nice to have a more precise definition.
From Ray Chandler, Sep 11 2017: (Start)
The sequence is the union of three types of numbers:
(1) A060626 beginning with the 2nd term.
(2) A089508 beginning with the 3rd term and omitting even values (every third term).
(3) A082109 beginning with the 2nd term.
Note that there appear to be other solutions that are not covered by Theorem 12.
(End)
LINKS
Eugen J. Ionascu, Thor Martinsen, and Pantelimon Stanica, Bisecting binomial coefficients, arXiv:1610.02063 [math.CO], 2016. See p. 18.
MATHEMATICA
lim=3000; a0={};
k=4; While[c=k^2-3; c<=lim, a0=Join[a0, {c, c+1}]; k+=2];
k=2; While[c=Fibonacci[2k]*Fibonacci[2k+1]-1; c<=lim, If[OddQ[c], AppendTo[a0, c]]; k++];
a0=Sort[a0] (* Ray Chandler, Sep 11 2017 *)
CROSSREFS
Sequence in context: A042411 A167996 A308122 * A071870 A346544 A041350
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 10 2017
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)