OFFSET
1,1
COMMENTS
Numbers that can be formed in exactly 5 ways by summing sequences of 2 or more consecutive integers.
Column 6 of A266531. - Omar E. Pol, Apr 03 2016
Numbers n such that the symmetric representation of sigma(n) has 6 subparts. - Omar E. Pol, Dec 28 2016
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[500], Count[Divisors[#], _?OddQ]==6&] (* Harvey P. Dale, Mar 25 2015 *)
PROG
(PARI) is(n)=numdiv(n>>valuation(n, 2))==6 \\ Charles R Greathouse IV, Oct 28 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Philippe Beaudoin, Oct 23 2013
STATUS
approved