login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A278784 Numbers m such that A000041(m) is of the form 2^7 * k for odd k. 7
109, 230, 557, 675, 1094, 1679, 2070, 2314, 2594, 2781, 2873, 3133, 3498, 3548, 3595, 3601, 3629, 3911, 4059, 4171, 4264, 4274, 4501, 4568, 4878, 4889, 5112, 5136, 5507, 5675, 5907, 6059, 6152, 6260, 6490, 6667, 6669, 6938, 6961, 7667, 8013, 8640, 8729, 9171 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers m such that A278478(m) = 7.
Also numbers m such that A000041(m) has seven times as many even divisors as odd divisors.
LINKS
FORMULA
A000041(a(n)) = A278201(n).
MATHEMATICA
Select[Range[5000], IntegerExponent[PartitionsP[#], 2] == 7 &] (* Amiram Eldar, May 25 2024 *)
PROG
(PARI) isok(n) = valuation(numbpart(n), 2)==7;
select(n->isok(n), vector(9000, n, n))
CROSSREFS
Positions of 7's in A278478.
Sequence in context: A142777 A142797 A140622 * A256380 A063342 A260010
KEYWORD
nonn
AUTHOR
Colin Barker, Nov 28 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)