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 A225360 #17 May 10 2013 17:31:31 %S A225360 135,297,792,1575,10143,31185,63261,329931,15796476,44108109, %T A225360 4835271870,7346629512,12292341831,18440293320,107438159466, %U A225360 129913904637,156919475295,250438925115,1527273599625,3345365983698,3646072432125,7206841706490 %N A225360 Partition numbers of the form 9k. %C A225360 Intersection of A008591 and A000041. %H A225360 Paul Tek, <a href="/A225360/b225360.txt">Table of n, a(n) for n = 1..10000</a> %F A225360 a(n) = 9*A222179(n). %e A225360 135 is in the sequence because 9*15 = 135 and 135 is a partition number: p(14) = A000041(14) = 135. %t A225360 Select[PartitionsP[Range[300]], Mod[#, 9] == 0 &] %Y A225360 Cf. A000041, A008591, A052001, A072871, A087183, A225324, A225325, A225326, A225327, A225358, A127544, A225361. %K A225360 nonn %O A225360 1,1 %A A225360 _Omar E. Pol_, May 05 2013