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.
%I A174141 #10 Aug 01 2015 08:50:45 %S A174141 0,1,2,3,4,5,6,7,8,9,25,26,27,28,29,30,31,32,33,34,50,51,52,53,54,55, %T A174141 56,57,58,59,75,76,77,78,79,80,81,82,83,84,100,101,102,103,104,105, %U A174141 106,107,108,109,125,126,127,128,129,130,131,132,133,134,150,151,152,153,154 %N A174141 Numbers congruent to k mod 25, where 0 <= k <= 9. %C A174141 Numbers whose partition into parts of sizes 1, 5, 10, and 25 having a minimal number of parts does not include a part of size 10. %C A174141 For each number the partition is unique. %C A174141 Complement of A174140. %C A174141 Amounts in cents not including a dime when the minimal number of coins is selected from pennies, nickels, dimes, and quarters (whether usage of bills for whole-dollar amounts is permitted or not). %H A174141 <a href="/index/Mag#change">Index entries for sequences related to making change.</a> %H A174141 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (1, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1). %F A174141 a(n+10) = a(n) + 25 for n >= 1. %F A174141 a(n)= +a(n-1) +a(n-10) -a(n-11). G.f. x^2*(1+x+x^2+x^3+x^4+x^5+x^6+x^7+x^8+16*x^9) / ( (1+x)*(1+x+x^2+x^3+x^4)*(x^4-x^3+x^2-x+1)*(x-1)^2 ). - R. J. Mathar, Oct 08 2011 %t A174141 LinearRecurrence[{1,0,0,0,0,0,0,0,0,1,-1},{0,1,2,3,4,5,6,7,8,9,25},70] (* _Harvey P. Dale_, May 30 2014 *) %Y A174141 Cf. A174138, A174139, A174140, A047201 (requires at least one part of size 1 (penny)), A008587, A053344 (minimal number of parts), A001299 (number of all such partitions). %K A174141 easy,nonn %O A174141 1,3 %A A174141 _Rick L. Shepherd_, Mar 09 2010