OFFSET
1,4
COMMENTS
For a given partition cn(i,n) means the number of its parts equal to i modulo n.
Short: 2 < 1 + 4 and 3 < 1 + 4 (BBMAAp).
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..100
PROG
(PARI) has(vs)=my(cn=vector(5)); for(i=1, #vs, cn[vs[i]%5+1]++); cn[3]<cn[2]+cn[5] && cn[4]<cn[2]+cn[5]
a(n)=my(s); forpart(p=n, if(has(p), s++)); s \\ Charles R Greathouse IV, Feb 18 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved