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.

Showing 1-4 of 4 results.

A208953 Amounts (in cents) of coins in denominations suggested by Shallit.

Original entry on oeis.org

1, 5, 10, 18, 25, 50
Offset: 1

Views

Author

Jonathan Vos Post, May 31 2012

Keywords

Comments

The following is quoted (with minor changes) from Alan Burdick's article: "Jeffrey Shallit analyzed the average handful of change, and devised a clever way to reduce its size. Getting rid of the 1-cent coin, a plot advocated by numerous antipennyists, would certainly help, he says. But Shallit's own scheme for reducing loose change involves the creation of an entirely new coin. What the United States needs, he says, is an 18-cent piece. Shallit reached this conclusion by a linear Diophantine equation. Shallit calculated that the average U.S. transaction produces 4.7 coins in change. If we got rid of the dime and replaced it with an 18-cent coin, the 'cost' of the average transaction would drop from 4.7 to 3.89 coins. A system of coins worth 1¢, 5¢, 18¢, and 29¢ would have the same effect. Should we wish to keep the dime and simply add a fifth denomination, the best coin to add would be 32¢, for an efficiency of 3.46. Even better, if we kept the dime and actually used the half-dollar, then added an 18-cent coin to that mix, we'd gain maximum efficiency: You'd get back a mere 3.18 coins per transaction."

Crossrefs

See A364607 for another version. - N. J. A. Sloane, Aug 12 2023

A212774 Amounts (in cents) of coins in denominations 1, 5, 10, 25, and 50 (cents) which, when using the minimal number of coins, have equal numbers of all denominations used.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 10, 11, 15, 16, 20, 22, 25, 26, 30, 31, 35, 36, 40, 41, 50, 51, 55, 56, 60, 61, 65, 66, 75, 76, 80, 81, 85, 86, 90, 91, 100, 102, 120, 122, 150, 153, 200, 204, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 750, 800, 850, 900, 950
Offset: 1

Views

Author

Rick L. Shepherd, May 29 2012

Keywords

Comments

Nonnegative integers representable as a linear combination of 1, 5, 10, 25, and 50 with nonnegative coefficients, minimal sum of coefficients, and all nonzero coefficients equal.
Includes all nonnegative multiples of 50 and every term > 204 is a multiple of 50.
Unlike A212773, here it is permitted--and necessary--to use a single denomination for some amounts; otherwise, this sequence would be finite.

Examples

			a(37) = 91 is a term because the minimal number of coins to equal the amount 91 is five, 91 = 1*1 + 1*5 + 1*10 + 1*25 + 1*50, and there is one of each of the five denominations used.
a(45) = 204 is a term because the minimal number of coins for 204 is eight, 204 = 4*1 + 4*50, and there are four of each of the two denominations used.
Although 12 can be represented as 12*1 or 2*1 + 2*5, requiring 12 or 4 coins and each otherwise meeting the criteria, three (2*1 + 1*10) is the minimal number of coins required and 2 does not equal 1, so 12 is not a term.
		

Crossrefs

Formula

a(n) = (n-41)*50 for n >= 46.

A212950 Amounts (in cents) of Canadian coins in denominations suggested by Shallit.

Original entry on oeis.org

1, 5, 10, 25, 83, 100, 200
Offset: 1

Views

Author

Jonathan Vos Post, May 31 2012

Keywords

Examples

			1c, 5c, 10c, 25c, 100c (a dollar coin, popularly known as a "loonie," because it bears a picture of a loon), 200c (the "toonie"), and the optimal suggested new coin in the denomination 83c.
		

Crossrefs

Cf. A208953 (analog for American coins).

A212951 Amounts (in hundredths of a Euro) of coins in denominations suggested by Shallit.

Original entry on oeis.org

1, 2, 5, 10, 20, 50, 100, 133, 200
Offset: 1

Views

Author

Jonathan Vos Post, May 31 2012

Keywords

Comments

The European Union uses eight coins - worth 1, 2, 5, 10, 20, and 50 cents, plus 1- and 2-Euro coins - with a range of values from 0 to 499. The average cost of making change in Europe, Jeffrey Shallit calculates, is 4.6 coins. The best way to lower the cost, to 3.92, would be for Europeans to add yet another coin, worth either 1.33 or 1.37 Euros (the sequence as shown uses 133, though 137 is an equally valid solution).

Examples

			1, 2, 5, 10, 20, and 50 cents, plus 1- and 2-Euro coins (100 and 200 cents), and the proposed 1.33-Euro coin (133 cents).
		

Crossrefs

Cf. A208953 (analog for American coins).
Cf. A212950 (analog for Canadian coins).
Showing 1-4 of 4 results.