login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033411
a(n) = floor(91/n).
0
91, 45, 30, 22, 18, 15, 13, 11, 10, 9, 8, 7, 7, 6, 6, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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[91/Range[100]] (*
Harvey P. Dale
, Sep 17 2012 *)
PROG
(Magma) [Floor(91/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A339141
A180006
A259085
*
A329915
A087411
A203363
Adjacent sequences:
A033408
A033409
A033410
*
A033412
A033413
A033414
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved