|
| |
|
|
A130202
|
|
Odious triangular numbers.
|
|
1
| |
|
|
1, 21, 28, 55, 91, 171, 253, 276, 351, 406, 465, 496, 595, 666, 820, 861, 1081, 1225, 1378, 1431, 1485, 1540, 1653, 1770, 1891, 2211, 2346, 2485, 2850, 3003, 3160, 3240, 3403, 3655, 3916, 4186, 4371, 4560, 4753, 4950
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
FORMULA
| a(n) = A130201(n)/2. Multiplication by 2 preserves odiousness, hence this sequence is odious oblong numbers divided by 2.
|
|
|
MATHEMATICA
| Select[Table[n(n + 1)/2, {n, 100}], OddQ[Plus @@ IntegerDigits[ #, 2]] &]
|
|
|
CROSSREFS
| Cf. This sequence is the intersection of odious (A000069) and triangular (A000217) numbers.
Sequence in context: A009727 A168105 A048012 * A162692 A048067 A166647
Adjacent sequences: A130199 A130200 A130201 * A130203 A130204 A130205
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Tanya Khovanova (tanyakh(AT)yahoo.com), May 16 2007
|
| |
|
|