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!)
A320785 Inverse Euler transform of the number of factorizations function A001055. 0
1, 1, 0, 0, 1, -1, 1, -1, 1, 0, -1, 1, -1, 0, 0, 1, 1, -3, 3, -3, 0, 4, -6, 6, -5, 5, -1, -7, 13, -16, 15, -8, -3, 12, -25, 41, -40, 21, 10, -51, 83, -93, 81, -38, -44, 148, -234, 258, -190, 35, 184, -429, 616, -660, 480, -18, -640, 1289, -1714, 1693, -1039, -268 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,18
COMMENTS
The Euler transform of a sequence q is the sequence of coefficients of x^n, n > 0, in the expansion of Product_{n > 0} 1/(1 - x^n)^q(n). The constant term 1 is sometimes taken to be the zeroth part of the Euler transform.
LINKS
OEIS Wiki, Euler transform
MATHEMATICA
EulerInvTransform[{}]={}; EulerInvTransform[seq_]:=Module[{final={}}, For[i=1, i<=Length[seq], i++, AppendTo[final, i*seq[[i]]-Sum[final[[d]]*seq[[i-d]], {d, i-1}]]];
Table[Sum[MoebiusMu[i/d]*final[[d]], {d, Divisors[i]}]/i, {i, Length[seq]}]];
facs[n_]:=If[n<=1, {{}}, Join@@Table[Map[Prepend[#, d]&, Select[facs[n/d], Min@@#>=d&]], {d, Rest[Divisors[n]]}]];
EulerInvTransform[Table[Length[facs[n]], {n, 100}]]
CROSSREFS
Number theoretical functions: A000005, A000010, A000203, A001055, A001221, A001222, A008683, A010054.
Inverse Euler transforms: A059966, A320767, A320776, A320777, A320778, A320779, A320780, A320781, A320782.
Sequence in context: A143606 A126660 A202698 * A164884 A357073 A019801
KEYWORD
sign
AUTHOR
Gus Wiseman, Oct 22 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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)