login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033344
a(n) = floor(24/n).
0
24, 12, 8, 6, 4, 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
(
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[24/Range[100]] (*
Wesley Ivan Hurt
, Mar 19 2023 *)
PROG
(Magma) [Floor(24/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A259337
A118983
A033968
*
A228437
A079341
A307267
Adjacent sequences:
A033341
A033342
A033343
*
A033345
A033346
A033347
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved