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!)
A278781 Numbers n such that A000041(n) is of the form 2^4 * k for odd k. 7
15, 106, 122, 131, 136, 253, 295, 327, 339, 383, 412, 449, 465, 517, 520, 551, 580, 581, 599, 602, 632, 648, 669, 677, 776, 806, 815, 838, 904, 927, 1071, 1137, 1166, 1174, 1199, 1263, 1275, 1298, 1325, 1375, 1399, 1404, 1425, 1554, 1564, 1641, 1684, 1688 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A278478(n) = 4.
Also numbers n such that A000041(n) has four times as many even divisors as odd divisors.
LINKS
FORMULA
A000041(a(n)) = A278198(n).
PROG
(PARI) isok(n) = valuation(numbpart(n), 2)==4;
select(n->isok(n), vector(2000, n, n))
CROSSREFS
Positions of 4's in A278478.
Sequence in context: A143727 A231327 A041426 * A275644 A074877 A293263
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 April 19 18:00 EDT 2024. Contains 371797 sequences. (Running on oeis4.)