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 A225361 #8 May 10 2013 11:29:30 %S A225361 11,22,77,176,231,297,385,627,792,1958,3718,4565,6842,8349,14883, %T A225361 21637,26015,31185,44583,53174,63261,173525,204226,239943,281589, %U A225361 386155,526823,715220,831820,1121505,1300156,1741630,5392783,7089500,8118264,12132164,18004327 %N A225361 Partition numbers of the form 11k. %C A225361 Intersection of A008593 and A000041. %F A225361 a(n) = 11*A225323(n). %e A225361 22 is in the sequence because 11*2 = 22 and 22 is a partition number: p(8) = A000041(8) = 22. %t A225361 Select[PartitionsP[Range[300]], Mod[#, 11] == 0 &] %Y A225361 Cf. A000041, A008593, A052001, A072871, A087183, A225324, A225325, A225326, A225327, A225358, A225360, A127544. %K A225361 nonn %O A225361 1,1 %A A225361 _Omar E. Pol_, May 05 2013