login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A051505
a(n) = min { 2^n, floor(100/sqrt(n)) }.
0
2, 4, 8, 16, 32, 40, 37, 35, 33, 31, 30, 28, 27, 26, 25, 25, 24, 23, 22, 22, 21, 21, 20, 20, 20, 19, 19, 18, 18, 18, 17, 17, 17, 17, 16, 16, 16, 16, 16, 15, 15, 15, 15, 15, 14, 14, 14, 14, 14, 14, 14, 13, 13, 13, 13, 13, 13, 13, 13, 12, 12, 12, 12, 12
OFFSET
0,1
MATHEMATICA
Table[Min[2^n, Floor[100/Sqrt[n]]], {n, 70}] (* Harvey P. Dale, Oct 31 2013 *)
CROSSREFS
Sequence in context: A068535 A272034 A356382 * A353720 A371294 A133408
KEYWORD
nonn
STATUS
approved