login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033335
a(n) = floor(15/n).
0
15, 7, 5, 3, 3, 2, 2, 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, 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[15/Range[100]] (*
Wesley Ivan Hurt
, Mar 19 2023 *)
PROG
(Magma) [Floor(15/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A040213
A362409
A097532
*
A263400
A240909
A133817
Adjacent sequences:
A033332
A033333
A033334
*
A033336
A033337
A033338
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved