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!)
A335227 G.f.: x / (Sum_{k>=1} k * x^k / (1 + x^k)). 1
1, -1, -3, 6, 1, -20, 24, 38, -132, 34, 411, -632, -601, 2914, -1664, -7822, 15649, 6802, -62082, 55672, 141109, -369310, -12036, 1275642, -1580834, -2343886, 8375349, -2648282, -25217490, 41097852, 33815048, -183252284, 117569579, 475949186, -1006346968, -344955964 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x / (Sum_{k>=1} (-1)^(k+1) * x^k / (1 - x^k)^2).
G.f.: 1 / log(g(x))', where g(x) = Product_{k>=1} (1 + x^k) is the g.f. for A000009.
G.f.: 1 / (Sum_{k>=0} A000593(k+1) * x^k).
a(0) = 1; a(n) = -Sum_{k=1..n} A000593(k+1) * a(n-k).
MATHEMATICA
nmax = 35; CoefficientList[Series[x/Sum[k x^k/(1 + x^k), {k, 1, nmax + 1}], {x, 0, nmax}], x]
nmax = 35; CoefficientList[Series[1/D[Log[Product[(1 + x^k), {k, 1, nmax + 1}]], x], {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = -Sum[DivisorSum[k + 1, # &, OddQ[#] &] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 35}]
CROSSREFS
Sequence in context: A108441 A176231 A176230 * A094445 A004158 A221705
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 27 2020
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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)