login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033358
a(n) = floor(38/n).
0
38, 19, 12, 9, 7, 6, 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, 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, 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[38/Range[100]] (*
Wesley Ivan Hurt
, Mar 19 2023 *)
PROG
(Magma) [Floor(38/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A037936
A277642
A160147
*
A033974
A143721
A333850
Adjacent sequences:
A033355
A033356
A033357
*
A033359
A033360
A033361
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved