Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A126806
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A126806 Smallest number k such that 2^n divides A066796(k) = Sum(i=1,k,binomial(2*i,i)). +0
1
1, 2, 2, 11, 11, 46, 46, 707, 707, 707, 2831, 2831, 11955, 11962, 45256, 45256 (list; graph; listen)
OFFSET

1,2

COMMENT

a(17)>75000. - Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 25 2007

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 (rgwv(AT)rgwv.com), Feb 25 2007

CROSSREFS

Cf. A066796.

Adjacent sequences: A126803 A126804 A126805 this_sequence A126807 A126808 A126809

Sequence in context: A037234 A141651 A090525 this_sequence A121871 A151365 A090527

KEYWORD

more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Feb 23 2007

EXTENSIONS

a(11)-a(16) from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 25 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 8 07:45 EST 2009. Contains 166143 sequences.


AT&T Labs Research