OFFSET
1,3
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 1..2000
EXAMPLE
a(5)=3 because there are 3 such partition of 5: {5}, {2,3}, {1,4}.
MATHEMATICA
<< DiscreteMath`Combinatorica`; np[n_]:= Length@Select[Mod[ #, 5]& /@ Partitions[n], (Length@# != Length@Union@#)&]; lst = Array[np, 50]
CROSSREFS
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 06 2006
STATUS
approved