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 A225358 #14 May 10 2013 17:25:39 %S A225358 56,176,792,2323520,4087968,8118264,92669720,118114304,150198136, %T A225358 384276336,541946240,1188908248,1844349560,2291320912,3163127352, %U A225358 4351078600,5371315400,5964539504,7346629512,10015581680,11097645016,16670689208,18440293320 %N A225358 Partition numbers of the form 8k. %C A225358 Intersection of A008590 and A000041. %H A225358 Paul Tek, <a href="/A225358/b225358.txt">Table of n, a(n) for n = 1..10000</a> %F A225358 a(n) = 8*A222178(n). %e A225358 56 is in the sequence because 8*7 = 56 and 56 is a partition number: p(11) = A000041(11) = 56. %t A225358 Select[PartitionsP[Range[300]], Mod[#, 8] == 0 &] %Y A225358 Cf. A000041, A008590, A052001, A072871, A087183, A225324, A225325, A225326, A225327, A225360, A127544, A225361. %K A225358 nonn %O A225358 1,1 %A A225358 _Omar E. Pol_, May 05 2013