login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033386
a(n) = floor(66/n).
0
66, 33, 22, 16, 13, 11, 9, 8, 7, 6, 6, 5, 5, 4, 4, 4, 3, 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, 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
(
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[66/Range[100]] (*
Harvey P. Dale
, Apr 24 2011 *)
PROG
(Magma) [Floor(66/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A085503
A271711
A138843
*
A008896
A071712
A080592
Adjacent sequences:
A033383
A033384
A033385
*
A033387
A033388
A033389
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved