login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033343
a(n) = floor(23/n).
0
23, 11, 7, 5, 4, 3, 3, 2, 2, 2, 2, 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, 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[23/Range[120]] (*
Harvey P. Dale
, Aug 12 2020 *)
PROG
(Magma) [Floor(23/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A013491
A040509
A319046
*
A128364
A281924
A054574
Adjacent sequences:
A033340
A033341
A033342
*
A033344
A033345
A033346
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved