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 A001306 #30 Feb 03 2022 00:33:24 %S A001306 1,1,1,1,1,2,2,2,2,2,4,4,4,4,4,6,6,6,6,6,10,10,10,10,10,14,14,14,14, %T A001306 14,20,20,20,20,20,26,26,26,26,26,35,35,35,35,35,44,44,44,44,44,57,57, %U A001306 57,57,57,70,70,70,70,70,88,88,88,88,88,106,106,106,106 %N A001306 Number of ways of making change for n cents using coins of 1, 5, 10, 20, 50, 100 cents. %C A001306 Number of partitions of n into parts 1, 5, 10, 20, 50, and 100. - _Joerg Arndt_, Sep 05 2014 %D A001306 R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics. Addison-Wesley, Reading, MA, 1990, p. 316. %D A001306 G. Pólya and G. Szegő, Problems and Theorems in Analysis, Springer-Verlag, NY, 2 vols., 1972, Vol. 1, p. 1. %H A001306 T. D. Noe, <a href="/A001306/b001306.txt">Table of n, a(n) for n = 0..1000</a> %H A001306 INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=179">Encyclopedia of Combinatorial Structures 179</a> %H A001306 <a href="/index/Rec#order_186">Index entries for linear recurrences with constant coefficients</a>, order 186. %H A001306 <a href="/index/Mag#change">Index entries for sequences related to making change.</a> %F A001306 G.f.: 1/((1-x)*(1-x^5)*(1-x^10)*(1-x^20)*(1-x^50)*(1-x^100)). %t A001306 CoefficientList[ Series[ 1 / ((1 - x)(1 - x^5)(1 - x^10)(1 - x^20)(1 - x^50)(1 - x^100)), {x, 0, 60} ], x ] %K A001306 nonn %O A001306 0,6 %A A001306 _N. J. A. Sloane_