|
| |
|
|
A036295
|
|
Numerator of Sum i/2^i, i=1..n.
|
|
1
| |
|
|
0, 1, 1, 11, 13, 57, 15, 247, 251, 1013, 509, 4083, 4089, 16369, 2047, 65519, 65527, 262125, 131067, 1048555, 1048565, 4194281, 1048573, 16777191, 16777203, 67108837, 33554425, 268435427, 268435441, 1073741793, 67108863, 4294967263
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,4
|
|
|
COMMENTS
| The sum equals 2-(n+2)/2^n.
|
|
|
REFERENCES
| A. F. Horadam, Oresme numbers, Fib. Quart., 12 (1974), 267-271.
|
|
|
FORMULA
| If n+2=2^k*m with m odd, then a(n)=2^(n+1-k)-m.
|
|
|
MATHEMATICA
| a[n_] := Module[{k, m}, For[k=0; m=n+2, EvenQ[m], k++, m/=2]; 2^(n+1-k)-m]
|
|
|
CROSSREFS
| Cf. A036296.
Sequence in context: A154292 A188386 A027450 * A132201 A057189 A072580
Adjacent sequences: A036292 A036293 A036294 * A036296 A036297 A036298
|
|
|
KEYWORD
| nonn,easy,frac
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|