OFFSET
1,1
COMMENTS
a(n) is also the percentage of the first n elements of the list represented by n. e.g., 2 is 50% of the sequence 1,2. - Dominick Cancilla, Aug 09 2010
MATHEMATICA
Floor[100/Range[100]] (* Harvey P. Dale, May 27 2021 *)
PROG
(Magma) [Floor(100/n): n in [1..100]]; // Wesley Ivan Hurt, Apr 04 2023
(PARI) a(n) = 100\n; \\ Seiichi Manyama, Aug 12 2023
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
STATUS
approved