login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
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
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Table of n, a(n) for n=1..92.
Index entries for linear recurrences with constant coefficients
, signature (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
Adjacent sequences:
A033381
A033382
A033383
*
A033385
A033386
A033387
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved