OFFSET
1,1
COMMENTS
The numbers of the consecutive positive odd integers in the blocks of the partition are 3,3,3,7,1,4,1,1,2,1,1,2,3,1,3,3,3,1,2,2,...
LINKS
Peter J. C. Moses, Table of n, a(n) for n = 1..1000
EXAMPLE
a(1)=135, since 1 and 13 are odious numbers, while 135 is evil.
PROG
(PARI) lista(nn) = {s = ""; forstep(n=1, nn, 2, ns = concat(s, Str(n)); if ((hammingweight(eval(ns)) % 2) == 0, print1(ns, ", "); s = "", s = ns); ); } \\ Michel Marcus, Oct 09 2014
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Vladimir Shevelev, Oct 05 2014
EXTENSIONS
More terms from Peter J. C. Moses, Oct 09 2014
STATUS
approved