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!)
A321088 G.f. satisfies: A(x) = 1/(1 - x) * Product_{k>0} A(x^(2*k)) / Product_{k>1} A(x^(2*k-1)). 3
1, 1, 2, 1, 4, 2, 4, -1, 9, 3, 11, -4, 17, -2, 11, -24, 31, -3, 39, -35, 70, -14, 47, -107, 112, -27, 122, -163, 198, -90, 93, -409, 282, -108, 329, -487, 601, -160, 324, -1076, 835, -165, 907, -1298, 1478, -429, 565, -2973, 1745, -427, 1999, -3149, 3587, -528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
Euler transform of A067856.
G.f.: Product_{k>0} 1/(1 - x^k)^A067856(k).
Product_{k>0} A(x^k) = Product_{k>=0} 1/(1 - x^(2^k))^(2^k). (Cf. A073709.)
MATHEMATICA
b[n_] := If[n == 1, 1, Product[{p, e} = pe; If[2 == p, e--, If[e > 1, p = 0, p = -1]]; p^e, {pe, FactorInteger[n]}]];
etr[p_] := Module[{b}, b[n_] := b[n] = If[n == 0, 1, Sum[Sum[d*p[d], {d, Divisors[j]}]*b[n - j], {j, 1, n}]/n]; b];
a = etr[b];
a /@ Range[0, 100] (* Jean-François Alcover, Oct 01 2019 *)
CROSSREFS
Convolution inverse of A321326.
Sequence in context: A309019 A082908 A086449 * A070556 A277687 A065295
KEYWORD
sign,look
AUTHOR
Seiichi Manyama, Nov 05 2018
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 23 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)