The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307241 a(0) = 1; a(n) = Sum_{k=1..n} (-1)^(k+1)*d(k+1)*a(n-k), where d() is the number of divisors (A000005). 1
1, 2, 2, 3, 6, 12, 23, 42, 75, 135, 248, 460, 849, 1554, 2837, 5192, 9527, 17490, 32083, 58809, 107781, 197578, 362280, 664320, 1218069, 2233202, 4094289, 7506602, 13763219, 25234674, 46266927, 84828138, 155528132, 285154061, 522819002, 958568628, 1757496665, 3222295912 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -x / Sum_{k>=1} (-x)^k/(1 - (-x)^k).
G.f.: 1 / (d/dx) log(Product_{k>=1} (1 - (-x)^k)^(1/k)).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[(-1)^(k + 1) DivisorSigma[0, k + 1] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 37}]
nmax = 37; CoefficientList[Series[-x/Sum[(-x)^k/(1 - (-x)^k), {k, 1, nmax + 1}], {x, 0, nmax}], x]
nmax = 37; CoefficientList[Series[1/D[Log[Product[(1 - (-x)^k)^(1/k), {k, 1, nmax + 1}]], x], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A049853 A162599 A064319 * A064674 A095902 A103687
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 30 2019
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 May 27 02:41 EDT 2024. Contains 372847 sequences. (Running on oeis4.)