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”).

A033384
a(n) = floor(64/n).
1
64, 32, 21, 16, 12, 10, 9, 8, 7, 6, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
1,1
MATHEMATICA
Floor[64/Range[100]] (* Harvey P. Dale, Feb 20 2023 *)
PROG
(Magma) [Floor(64/n): n in [1..100]]; // Wesley Ivan Hurt, Apr 04 2023
CROSSREFS
Sequence in context: A178542 A066539 A095390 * A073327 A169639 A252486
KEYWORD
easy,nonn
AUTHOR
STATUS
approved