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!)
A073076 Numbers k such that 2*k+1 divides C(2*k,k). 4
97, 136, 178, 192, 199, 292, 313, 332, 448, 467, 472, 478, 487, 535, 542, 577, 604, 617, 697, 773, 790, 797, 852, 885, 940, 962, 967, 997, 1017, 1045, 1096, 1127, 1147, 1165, 1182, 1202, 1237, 1291, 1292, 1319, 1332, 1339, 1345, 1354, 1368, 1397, 1414 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Integers k such that A056617(k) = 1. - Michel Marcus, May 27 2019
Numbers n such that A005408(n) divides A000984(n). - Felix Fröhlich, May 27 2019
LINKS
MATHEMATICA
Select[Range@ 1500, Mod[Binomial[2 #, #], 2 # + 1] == 0 &] (* Michael De Vlieger, May 27 2019 *)
PROG
(PARI) isok(n) = ! (binomial(2*n, n) % (2*n+1)); \\ Michel Marcus, Nov 28 2013
CROSSREFS
Sequence in context: A161367 A216311 A258877 * A157213 A000923 A142528
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Aug 17 2002
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)