Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Mar 30 2012 17:20:56
%S 1,1,2,3,4,5,7,9,11,15,17,23,28,33,42,49,61,73,85,104,120,145,169,197,
%T 234,268,316,366,420,491,559,648,742,847,974,1105,1264,1436,1627,1854,
%U 2088,2369,2672,3009,3398
%N Number of partitions satisfying cn(0,5) + cn(1,5) <= 1 and cn(0,5) + cn(4,5) <= 1.
%C For a given partition cn(i,n) means the number of its parts equal to i modulo n.
%C Short: 0 + 1 <= u and 0 + 4 <= u (ZAAU).
%K nonn
%O 1,3
%A _Olivier GĂ©rard_