login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033360
a(n) = floor(40/n).
0
40, 20, 13, 10, 8, 6, 5, 5, 4, 4, 3, 3, 3, 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, 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, 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[40/Range[100]] (*
Wesley Ivan Hurt
, Mar 19 2023 *)
PROG
(Magma) [Floor(40/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A277874
A365051
A033975
*
A370402
A029543
A097208
Adjacent sequences:
A033357
A033358
A033359
*
A033361
A033362
A033363
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved