Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A126806 Smallest number k such that 2^n divides A066796(k) = Sum(i=1,k,binomial(2*i,i)). 0
1, 2, 2, 11, 11, 46, 46, 707, 707, 707, 2831, 2831, 11955, 11962, 45256, 45256, 191400, 533697, 533697, 533697 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(17)>75000. - Robert G. Wilson v, Feb 25 2007
LINKS
MATHEMATICA
sb[1] = 2; sb[k_] := sb[k] = sb[k - 1] + Binomial[2k, k]; f[n_] := Block[{k = 1}, While[ Mod[sb@k, 2^n] != 0, k++ ]; k]; Do[Print@ f@n, {n, 0, 15}] (* Robert G. Wilson v, Feb 25 2007 *)
CROSSREFS
Cf. A066796.
Sequence in context: A328455 A265530 A309477 * A279197 A121871 A194638
KEYWORD
more,nonn
AUTHOR
Alexander Adamchuk, Feb 23 2007
EXTENSIONS
a(11)-a(16) from Robert G. Wilson v, Feb 25 2007
a(17) from Vaclav Kotesovec, Jun 07 2019
a(18)-a(20) from Vaclav Kotesovec, Jun 12 2019
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 September 11 16:20 EDT 2024. Contains 375836 sequences. (Running on oeis4.)