login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A033346
a(n) = floor(26/n).
0
26, 13, 8, 6, 5, 4, 3, 3, 2, 2, 2, 2, 2, 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, 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[26/Range[100]] (*
Wesley Ivan Hurt
, Mar 19 2023 *)
PROG
(Magma) [Floor(26/n): n in [1..100]]; //
Wesley Ivan Hurt
, Apr 04 2023
CROSSREFS
Sequence in context:
A034057
A070715
A317105
*
A158605
A040653
A033969
Adjacent sequences:
A033343
A033344
A033345
*
A033347
A033348
A033349
KEYWORD
easy
,
nonn
AUTHOR
Jeff Burch
STATUS
approved