OFFSET
1,5
LINKS
Eric M. Schmidt, Table of n, a(n) for n = 1..1000
FORMULA
EXAMPLE
a(3) = 1 because the degrees of the irreducible representations of S_3 are 1,1,2.
PROG
(Sage) def A060368(n) : dig = n.digits(2); return Partitions(n).cardinality() - prod(2^n for n in range(len(dig)) if dig[n]==1) # Eric M. Schmidt, Apr 29 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Avi Peretz (njk(AT)netvision.net.il), Apr 01 2001
EXTENSIONS
More terms from Eric M. Schmidt, Apr 29 2013
STATUS
approved