login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033415
a(n) = floor(95/n).
0
95, 47, 31, 23, 19, 15, 13, 11, 10, 9, 8, 7, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
(
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[95/Range[100]] (*
Harvey P. Dale
, Mar 02 2023 *)
PROG
(Magma) [Floor(95/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A281325
A349405
A093007
*
A300007
A067266
A171403
Adjacent sequences:
A033412
A033413
A033414
*
A033416
A033417
A033418
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved