login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033376
a(n) = floor(56/n).
0
56, 28, 18, 14, 11, 9, 8, 7, 6, 5, 5, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 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, 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
(
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[56/Range[100]] (*
Harvey P. Dale
, Aug 17 2019 *)
PROG
(Magma) [Floor(56/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A109737
A092077
A333076
*
A300449
A381001
A224343
Adjacent sequences:
A033373
A033374
A033375
*
A033377
A033378
A033379
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved