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!)
A042943 Numbers k such that binomial(2^k, k) is divisible by binomial(2^k, 2). 0
1, 2, 3, 5, 7, 9, 11, 13, 14, 17, 19, 22, 23, 25, 26, 27, 29, 31, 33, 35, 37, 38, 39, 41, 43, 45, 46, 47, 49, 50, 51, 53, 55, 58, 59, 61, 62, 65, 66, 67, 69, 70, 71, 73, 74, 75, 77, 79, 81, 83, 85, 86, 87, 89, 91, 93, 94, 95, 97, 98, 99, 101, 102, 103, 106, 107, 109, 111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Does not contain multiples of 4 (A008586).
LINKS
FORMULA
k : A014070(k) mod A006516(k) = binomial(2^k, k) mod binomial(2^n, 2) = 0.
MATHEMATICA
Select[Range[150], Divisible[Binomial[2^#, #], Binomial[2^#, 2]]&] (* Harvey P. Dale, Mar 24 2011 *)
PROG
(PARI) isok(k) = (binomial(2^k, k) % binomial(2^k, 2)) == 0; \\ Michel Marcus, May 14 2018
CROSSREFS
Sequence in context: A079051 A226047 A066935 * A306466 A258037 A186330
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Apr 11 2001
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 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)