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!)
A232898 Least positive integer m such that {C(2k,k) + k: k = 1,...,m} contains a complete system of residues modulo n, or 0 if such a number m does not exist. 2
1, 2, 7, 5, 10, 12, 9, 24, 31, 22, 59, 25, 27, 30, 42, 56, 123, 66, 57, 72, 84, 78, 73, 132, 136, 57, 99, 80, 129, 211, 170, 226, 121, 170, 126, 129, 238, 218, 157, 132, 348, 198, 388, 103, 171, 166, 247, 181, 205, 352, 194, 136, 430, 226, 117, 224, 237, 292, 364, 241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: (i) Let n be any positive integer. Then 0 < a(n) <= n^2/2 + 3. Also, {C(2k,k) - k: k = 1, ..., [n^2/2] + 15} contains a complete system of residues modulo n, where [.] is the floor function.
(ii) For any integer n > 2, neither C(2n,n) + n nor C(2n,n) - n has the form x^m with m > 1.
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..10000 (n = 1..250 from Zhi-Wei Sun)
EXAMPLE
a(2) = 2 since C(2*1,1) + 1 = 3 is odd and C(2*2,2) + 2 = 8 is even.
MATHEMATICA
L[m_, n_]:=Length[Union[Table[Mod[Binomial[2k, k]+k, n], {k, 1, m}]]]
Do[Do[If[L[m, n]==n, Print[n, " ", m]; Goto[aa]], {m, 1, n^2/2+3}];
Print[n, " ", counterexample]; Label[aa]; Continue, {n, 1, 60}]
CROSSREFS
Sequence in context: A011051 A024691 A220606 * A319903 A135076 A155546
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Dec 02 2013
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 May 23 05:59 EDT 2024. Contains 372758 sequences. (Running on oeis4.)