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.

A119652 Number of different values of <= n standard American coins (pennies, nickels, dimes and quarters).

This page as a plain text file.
%I A119652 #13 Feb 19 2021 10:40:36
%S A119652 4,13,27,46,69,94,119,144,169,194,219,244,269,294,319,344,369,394,419,
%T A119652 444,469,494,519,544,569,594,619,644,669,694,719,744,769,794,819,844,
%U A119652 869,894,919,944,969,994,1019,1044,1069,1094,1119,1144,1169,1194,1219
%N A119652 Number of different values of <= n standard American coins (pennies, nickels, dimes and quarters).
%F A119652 Conjectures from _Colin Barker_, Oct 25 2019: (Start)
%F A119652 G.f.: x*(4 + 5*x + 5*x^2 + 5*x^3 + 4*x^4 + 2*x^5) / (1 - x)^2.
%F A119652 a(n) = 2*a(n-1) - a(n-2) for n>6.
%F A119652 a(n) = 25*n-56 for n>4.
%F A119652 (End)
%e A119652 If you have 1 coin you can have 4 different totals: 1, 5, 10 and 25. If you have 2 coins, you can have 10 totals: 2, 6, 10, 11, 15, 20, 26, 30, 35, 50. Notice that the same total appears twice: 10 is one dime and two nickels. Hence a(2) = 13.
%t A119652 Join[{4, 13, 27, 46}, Range[69, 2000, 25]] (* _Vladimir Joseph Stephan Orlovsky_, Jun 15 2011 *)
%Y A119652 Cf. A008607.
%K A119652 nonn
%O A119652 1,1
%A A119652 _Tanya Khovanova_, Jul 28 2006