A278783 Numbers m such that A000041(m) is of the form 2^6 * k for odd k.
66, 149, 298, 435, 450, 518, 615, 703, 751, 764, 765, 855, 982, 1389, 1398, 1411, 1555, 1896, 2113, 2124, 2286, 2400, 2575, 2618, 2816, 2890, 2989, 3032, 3113, 3202, 3351, 3430, 3454, 3485, 3509, 3562, 3652, 3786, 3994, 4061, 4202, 4690, 5042, 5055, 5067
Offset: 1
Keywords
Links
- Colin Barker, Table of n, a(n) for n = 1..150
Crossrefs
Programs
-
Mathematica
Select[Range[5100], IntegerExponent[PartitionsP[#], 2] == 6 &] (* Amiram Eldar, May 25 2024 *)
-
PARI
isok(n) = valuation(numbpart(n), 2)==6; select(n->isok(n), vector(6000, n, n))
Comments