login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A306156
Inverse Weigh transform of 2^n.
4
2, 3, 2, 6, 6, 11, 18, 36, 56, 105, 186, 346, 630, 1179, 2182, 4116, 7710, 14588, 27594, 52482, 99858, 190743, 364722, 699216, 1342176, 2581425, 4971008, 9587574, 18512790, 35792449, 69273666, 134219796, 260300986, 505294125, 981706806, 1908881548, 3714566310
OFFSET
1,1
LINKS
N. J. A. Sloane, Transforms
FORMULA
Product_{k>=1} (1+x^k)^a(k) = 1/(1-2x).
a(n) = 1/n*(2^n + Sum_{d<n and d|n} (-1)^(n/d)*d*a(d)).
EXAMPLE
(1+x)^2*(1+x^2)^3*(1+x^3)^2*(1+x^4)^6* ... = 1 + 2*x + 4*x^2 + 8*x^3 + 16*x^4 + ... .
CROSSREFS
Inverse Weigh transform of b^n: this sequence (b=2), A306157 (b=3), A306158 (b=4), A306159 (b=5).
Sequence in context: A077418 A005421 A348083 * A276125 A208611 A209582
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 23 2018
STATUS
approved