login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129771 Evil odd numbers. 4
3, 5, 9, 15, 17, 23, 27, 29, 33, 39, 43, 45, 51, 53, 57, 63, 65, 71, 75, 77, 83, 85, 89, 95, 99, 101, 105, 111, 113, 119, 123, 125, 129, 135, 139, 141, 147, 149, 153, 159, 163, 165, 169, 175, 177, 183, 187, 189, 195, 197, 201, 207, 209, 215, 219, 221, 225, 231, 235 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A heuristic argument suggests that, as n tends to infinity, a(n)/n converges to 4. - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 17 2007

These numbers may be called primitive evil numbers because every evil number is a power of twice one of these numbers. Note that the difference between consecutive terms is either 2, 4, or 6. - T. D. Noe, Jun 06 2007

A132680(a(n)) = A132680((a(n)-1)/2) + 2. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 26 2007

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

FORMULA

a(n) = 2*A000069(n) + 1. a(n) is 1 plus twice odious numbers. a(n) = A128309(n) + 1. a(n) is 1 plus odious even numbers.

MATHEMATICA

Select[Range[300], OddQ[ # ] && EvenQ[DigitCount[ #, 2, 1]] &] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 17 2007

Select[Range[300], EvenQ[Plus @@ IntegerDigits[ #, 2]] && OddQ[ # ] &]

CROSSREFS

This sequence is the intersection of A001969 (Evil numbers: even number of 1's in binary expansion.) and A005408 (The odd numbers: a(n) = 2n+1.) A093688 (Numbers n such that all divisors of n, excluding the divisor 1, have an even number of 1's in their binary expansions) is a subsequence.

Cf. A092246 (odd odious numbers)

Sequence in context: A120695 A103578 A116649 * A093688 A174688 A143512

Adjacent sequences:  A129768 A129769 A129770 * A129772 A129773 A129774

KEYWORD

nonn

AUTHOR

Tanya Khovanova (tanyakh(AT)yahoo.com), May 16 2007

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 17 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.