cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A018283 Divisors of 100.

Original entry on oeis.org

1, 2, 4, 5, 10, 20, 25, 50, 100
Offset: 1

Views

Author

Keywords

Comments

From Alonso del Arte, Oct 10 2017: (Start)
There are just three ways to partition 100 into its distinct divisors: 100 = 50 + 25 + 20 + 5 = 50 + 25 + 20 + 4 + 1 (see A033630).
However, it's not possible to exchange a United States 1-dollar coin for smaller coins of distinct denominations in current circulation since there are no 4- or 20-cent coins (see A112024).
Nor is it possible to exchange a 100-dollar bill for smaller bills of distinct denominations as there are no 4- or 25-dollar bills (see A124146). (End)

Crossrefs

This sequence is row n = 100 of A027750.

Programs

Formula

a(n) = 2^((n-1) mod 3)*5^floor((n-1)/3). - Aaron J Grech, Aug 11 2024