Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Dec 01 2013 23:30:46
%S 0,0,0,0,0,1,0,0,0,0,2,1,0,0,0,3,2,1,0,0,5,5,2,1,0,10,9,5,2,1,23,19,
%T 11,5,2,54,37,23,11,5,118,79,47,25,11,245,160,98,51,25,483,325,196,
%U 108,53,918,636,390,216,112,1691,1221,758,431,226,3054,2274,1445,834,451,5413,4158,2695,1592,876,9478,7436
%N Number of partitions of n such that cn(0,5) = cn(1,5) = cn(3,5) < cn(2,5) = cn(4,5).
%C Also, number of partitions of n such that cn(2,5) = cn(3,5) = cn(4,5) < cn(0,5) = cn(1,5).
%C For a given partition, cn(i,n) means the number of its parts equal to i modulo n.
%H <a href="http://oeis.org/wiki/Partitions_with_restricted_parts_modulo_5">Partitions with restricted parts modulo 5</a>
%K nonn
%O 1,11
%A _Olivier Gérard_
%E Edited and extended by _Max Alekseyev_, Dec 01 2013