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!)
A080389 Numbers n such that gcd( n+1, binomial(n, floor(n/2)) ) = 1. 1
1, 2, 3, 4, 6, 7, 8, 10, 12, 15, 16, 18, 20, 22, 24, 26, 28, 30, 31, 36, 40, 42, 46, 48, 52, 54, 56, 58, 60, 63, 64, 66, 70, 72, 74, 78, 80, 82, 88, 96, 100, 102, 106, 108, 112, 114, 118, 120, 124, 126, 127, 130, 132, 136, 138, 148, 150, 156, 162, 166, 168, 170, 172, 178 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range@ 180, CoprimeQ[# + 1, Binomial[#, Floor[#/2]]] &] (* Michael De Vlieger, Jul 30 2017 *)
PROG
(PARI) for(n=1, 199, if(gcd(n+1, binomial(n, n\2))==1, print1(n, ", "))); \\ Joerg Arndt, Jul 30 2017
CROSSREFS
Sequence in context: A257282 A336488 A221178 * A359755 A226038 A181062
KEYWORD
nonn,easy,less
AUTHOR
Labos Elemer, Mar 12 2003
EXTENSIONS
Name corrected by Joerg Arndt, Jul 30 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 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)